pretix: use phonenumberslite and psycopg2-binary

This commit is contained in:
Robert Schütz 2024-08-29 16:40:03 -07:00
parent 6f6eb8053d
commit f968e04430

View File

@ -102,8 +102,6 @@ python.pkgs.buildPythonApplication rec {
];
pythonRemoveDeps = [
"phonenumberslite" # we provide phonenumbers instead
"psycopg2-binary" # we provide psycopg2 instead
"vat-moss-forked" # we provide a patched vat-moss package
];
@ -175,11 +173,11 @@ python.pkgs.buildPythonApplication rec {
paypalrestsdk
paypal-checkout-serversdk
pyjwt
phonenumbers
phonenumberslite
pillow
pretix-plugin-build
protobuf
psycopg2
psycopg2-binary
pycountry
pycparser
pycryptodome