python3.pkgs.gunicorn: replace setuptools with packaging dependency

This commit is contained in:
Theodore Ni
2023-08-05 18:13:47 -07:00
parent 04f88809c1
commit 2b8a7515d8
@@ -4,8 +4,8 @@
, pythonOlder
, eventlet
, gevent
, packaging
, pytestCheckHook
, setuptools
}:
buildPythonPackage rec {
@@ -27,7 +27,7 @@ buildPythonPackage rec {
'';
propagatedBuildInputs = [
setuptools
packaging
];
nativeCheckInputs = [