py-pykerberos: needs krb5 for build to determine link and cflags via krb5-config binary (#38623)
This commit is contained in:
@@ -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"))
|
||||||
|
|||||||
Reference in New Issue
Block a user