py-pykerberos: needs krb5 for build to determine link and cflags via krb5-config binary (#38623)
This commit is contained in:
parent
51c75c6da3
commit
3ccc527d74
@ -16,4 +16,4 @@ class PyPykerberos(PythonPackage):
|
|||||||
|
|
||||||
depends_on("py-setuptools", type="build")
|
depends_on("py-setuptools", type="build")
|
||||||
|
|
||||||
depends_on("krb5", type="link")
|
depends_on("krb5", type=("build", "link"))
|
||||||
|
Loading…
Reference in New Issue
Block a user