py-pykerberos: needs krb5 for build to determine link and cflags via krb5-config binary (#38623)

This commit is contained in:
eugeneswalker 2023-06-28 17:23:50 -05:00 committed by GitHub
parent 51c75c6da3
commit 3ccc527d74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,4 +16,4 @@ class PyPykerberos(PythonPackage):
depends_on("py-setuptools", type="build")
depends_on("krb5", type="link")
depends_on("krb5", type=("build", "link"))