python3Packages.pypiserver: drop superfluous setuptools-git dependency

Changed files
+5 -4
pkgs
development
python-modules
pypiserver
+5 -4
pkgs/development/python-modules/pypiserver/default.nix
···
pip,
pytestCheckHook,
pythonOlder,
-
setuptools-git,
setuptools,
twine,
watchdog,
webtest,
-
wheel,
build,
importlib-resources,
}:
···
hash = "sha256-ODwDYAEAqel31+kR/BE1yBfgOZOtPz3iaCLg/d6jbb4=";
};
build-system = [
setuptools
-
setuptools-git
-
wheel
];
dependencies = [
···
pip,
pytestCheckHook,
pythonOlder,
setuptools,
twine,
watchdog,
webtest,
build,
importlib-resources,
}:
···
hash = "sha256-ODwDYAEAqel31+kR/BE1yBfgOZOtPz3iaCLg/d6jbb4=";
};
+
postPatch = ''
+
substituteInPlace setup.py \
+
--replace-fail '"setuptools-git>=0.3",' ""
+
'';
+
build-system = [
setuptools
];
dependencies = [