fittrackee: use psycopg2-binary

This commit is contained in:
Robert Schütz
2024-09-03 10:24:23 -07:00
parent a402cd72f9
commit d22c1f8639
+1 -6
View File
@@ -37,11 +37,6 @@ python.pkgs.buildPythonApplication rec {
hash = "sha256-lTDS+HfYG6ayXDotu7M2LUrw+1ZhQ0ftw0rTn4Mr3rQ=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail psycopg2-binary psycopg2
'';
build-system = [
python.pkgs.poetry-core
];
@@ -70,7 +65,7 @@ python.pkgs.buildPythonApplication rec {
gpxpy
gunicorn
humanize
psycopg2
psycopg2-binary
pyjwt
pyopenssl
pytz