0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

Merge pull request #309977 from TomaSajt/cypherpunkpay-toma

python312Packages.cypherpunkpay: relax waitress dependency
This commit is contained in:
Martin Weinelt 2024-05-08 02:05:45 +02:00 committed by GitHub
commit 01f288e3be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,6 +44,7 @@ buildPythonPackage rec {
"pypng"
"tzlocal"
"yoyo-migrations"
"waitress"
];
nativeBuildInputs = [