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:
Wouter Deconinck 2023-04-26 21:35:15 -05:00 committed by GitHub
parent 62ea6bed89
commit 4d597bdecc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"))