python3Packages.isbnlib: propagate setuptools

fixes https://hydra.nixos.org/build/291230059
This commit is contained in:
Peder Bergebakken Sundt
2025-03-03 02:46:28 +01:00
parent c8d916bc7d
commit 5ca1ebd85c
@@ -21,6 +21,10 @@ buildPythonPackage rec {
build-system = [ setuptools ];
dependencies = [
setuptools # needed for 'pkg_resources'
];
nativeCheckInputs = [
pytestCheckHook
pytest-cov-stub