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
1 changed files with 1 additions and 0 deletions
|
@ -21,3 +21,4 @@ class PyGssapi(PythonPackage):
|
|||
depends_on("py-setuptools@40.6.0:", type="build")
|
||||
|
||||
depends_on("py-decorator", type=("build", "run"))
|
||||
depends_on("krb5", type=("build", "link"))
|
||||
|
|
Loading…
Reference in a new issue