mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.testtools: Drop setuptools dependency
setuptools isn't used, so drop it. Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
@@ -7,9 +7,6 @@
|
||||
# build-system
|
||||
hatchling,
|
||||
hatch-vcs,
|
||||
|
||||
# dependencies
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -29,8 +26,6 @@ buildPythonPackage rec {
|
||||
|
||||
pythonRemoveDeps = [ "fixtures" ];
|
||||
|
||||
propagatedBuildInputs = lib.optionals (pythonAtLeast "3.12") [ setuptools ];
|
||||
|
||||
# testscenarios has a circular dependency on testtools
|
||||
doCheck = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user