python3Packages.pyroute2: add setuptools

This commit is contained in:
Vladimír Čunát 2022-09-19 07:45:53 +02:00
parent a5dfac88d5
commit 43bc08486c
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -4,6 +4,7 @@
, importlib-metadata
, mitogen
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
@ -18,6 +19,10 @@ buildPythonPackage rec {
hash = "sha256-hahWY7BIO8c6DmCgG+feZdNikbYWycFCl0E6P1uEQ/M=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
mitogen
] ++ lib.optionals (pythonOlder "3.8") [