Skip to content

Commit 5ca1ebd

Browse files
committed
python3Packages.isbnlib: propagate setuptools
fixes https://hydra.nixos.org/build/291230059
1 parent c8d916b commit 5ca1ebd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/development/python-modules/isbnlib/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ buildPythonPackage rec {
2121

2222
build-system = [ setuptools ];
2323

24+
dependencies = [
25+
setuptools # needed for 'pkg_resources'
26+
];
27+
2428
nativeCheckInputs = [
2529
pytestCheckHook
2630
pytest-cov-stub

0 commit comments

Comments
 (0)