mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.testscenarios: Drop setuptools dependency
setuptools isn't used, so drop it. Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
# build-system
|
||||
pbr,
|
||||
setuptools,
|
||||
|
||||
# dependencies
|
||||
testtools,
|
||||
@@ -32,7 +31,6 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
pbr
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user