py-gssapi: depends_on krb5 (#37227)
This dependency was somehow overlooked (but is pretty crucial) because it doesn't appear in the python requirements...
This commit is contained in:
parent
62ea6bed89
commit
4d597bdecc
@ -21,3 +21,4 @@ class PyGssapi(PythonPackage):
|
|||||||
depends_on("py-setuptools@40.6.0:", type="build")
|
depends_on("py-setuptools@40.6.0:", type="build")
|
||||||
|
|
||||||
depends_on("py-decorator", type=("build", "run"))
|
depends_on("py-decorator", type=("build", "run"))
|
||||||
|
depends_on("krb5", type=("build", "link"))
|
||||||
|
Loading…
Reference in New Issue
Block a user