mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-09 12:06:40 -04:00
Merge pull request #1253 from apeschar/gunicorn-packaging
build-systems: gunicorn requires packaging since 21.0.0
This commit is contained in:
commit
4c764ca6e7
1 changed files with 2 additions and 1 deletions
|
@ -6818,7 +6818,8 @@
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
"gunicorn": [
|
"gunicorn": [
|
||||||
"setuptools"
|
"setuptools",
|
||||||
|
"packaging"
|
||||||
],
|
],
|
||||||
"guppy3": [
|
"guppy3": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
|
|
Loading…
Add table
Reference in a new issue