python3Packages.nmigen: unbreak (#121846)
This commit is contained in:
parent
2d64c6d79b
commit
e41af2b3e2
|
@ -3,11 +3,12 @@
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, setuptools
|
, setuptools
|
||||||
, setuptools_scm
|
, setuptools-scm
|
||||||
, pyvcd
|
, pyvcd
|
||||||
, jinja2
|
, jinja2
|
||||||
, importlib-resources
|
, importlib-resources
|
||||||
, importlib-metadata
|
, importlib-metadata
|
||||||
|
, git
|
||||||
|
|
||||||
# for tests
|
# for tests
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
|
@ -30,7 +31,7 @@ buildPythonPackage rec {
|
||||||
sha256 = "0cjs9wgmxa76xqmjhsw4fsb2mhgvd85jgs2mrjxqp6fwp8rlgnl1";
|
sha256 = "0cjs9wgmxa76xqmjhsw4fsb2mhgvd85jgs2mrjxqp6fwp8rlgnl1";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools_scm ];
|
nativeBuildInputs = [ setuptools-scm git ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
setuptools
|
setuptools
|
||||||
|
|
Loading…
Reference in New Issue