Skip to content

Commit f8e4e5a

Browse files
authored
python3Packages.isbnlib: propagate setuptools (#386550)
2 parents 11bbea6 + 5ca1ebd commit f8e4e5a

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)