Merge #247426: python3Packages.gunicorn: replace setuptools

...into staging
This commit is contained in:
Vladimír Čunát 2023-08-07 08:06:28 +02:00
commit 9e425b9e55
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -6,7 +6,6 @@
, eventlet
, gevent
, pytestCheckHook
, setuptools
}:
buildPythonPackage rec {
@ -28,7 +27,6 @@ buildPythonPackage rec {
'';
propagatedBuildInputs = [
setuptools
packaging
];