z3, python310Packages.deal-solver: pass python dependencies

Z3 Python bindings import pkg_resources, which comes from setuptools.
deal-solver used to pick this up from astroid, but the latest version of
astroid removed this. Instead, let's pass this dependency explicitly
from the Z3 derivation.
This commit is contained in:
Theodore Ni 2022-11-14 08:36:36 -08:00
parent 8952726696
commit cb56c35264
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -41,7 +41,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
z3
astroid
];
] ++ z3.requiredPythonModules;
checkInputs = [
pytestCheckHook