python3Packages.gunicorn: add missing dependency

The package wouldn't fail itself but others depending on it would:
https://hydra.nixos.org/build/229774404/nixlog/4/tail
This commit is contained in:
Vladimír Čunát 2023-08-05 20:07:44 +02:00
parent fa3ea76bdc
commit 923a94aba4
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, packaging
, pythonOlder
, eventlet
, gevent
@ -28,6 +29,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
setuptools
packaging
];
nativeCheckInputs = [

View File

@ -21,7 +21,6 @@ buildPythonPackage rec {
mailman
requests
zope_interface
packaging
];
nativeCheckInputs = [