1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

pretix: relax kombu

This commit is contained in:
Fabian Affolter 2024-08-09 22:29:44 +02:00
parent a8db785364
commit 408a336667

View file

@ -95,6 +95,7 @@ python.pkgs.buildPythonApplication rec {
pythonRelaxDeps = [
"importlib-metadata"
"kombu"
"pillow"
"protobuf"
"python-bidi"