py-isal: use external libisal (#33932)

* py-isal: adding some missing build deps

* py-isal: use external libisal
This commit is contained in:
snehring 2022-11-16 11:58:15 -06:00 committed by GitHub
parent b36a8f4f2e
commit bc8cc39871
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,3 +19,7 @@ class PyIsal(PythonPackage):
depends_on("python@3.7:", type=("build", "run"))
depends_on("py-setuptools@51:", type="build")
depends_on("libisal")
def setup_build_environment(self, env):
env.set("PYTHON_ISAL_LINK_DYNAMIC", "true")