mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
pretix: use phonenumberslite and psycopg2-binary
This commit is contained in:
parent
6f6eb8053d
commit
f968e04430
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user