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 , pythonOlder
, eventlet , eventlet
, gevent , gevent
, packaging
, pytestCheckHook , pytestCheckHook
, setuptools
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@@ -27,7 +27,7 @@ buildPythonPackage rec {
''; '';
propagatedBuildInputs = [ propagatedBuildInputs = [
setuptools packaging
]; ];
nativeCheckInputs = [ nativeCheckInputs = [