python3.pkgs.gunicorn: replace setuptools with packaging dependency
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
, pythonOlder
|
||||
, eventlet
|
||||
, gevent
|
||||
, packaging
|
||||
, pytestCheckHook
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
packaging
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user