Skip to content

Commit a7b2bd1

Browse files
committed
Revert trying to pin pycopg2, use version in plone-backend image for docker builds
1 parent 15017f2 commit a7b2bd1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

backend/requirements-docker.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
-e src/ploneorg
33

44
relstorage==4.0.0
5-
psycopg2==2.9.9
5+
#Don't try to updaet psycopg2, it need libpq-dev installed to run, but we don't have that because we import
6+
#from plone-backend Docker image
7+
#psycopg2==2.9.9
68
collective.revisionmanager==1.2.2

backend/requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
-c constraints.txt
22
-e src/ploneorg[test]
33

4+
45
relstorage==4.0.0
5-
psycopg2==2.9.9
6+
# See requirements-docker.txt:
7+
# psycopg2==2.9.9
68
collective.revisionmanager==1.2.2
79
zope.testrunner

0 commit comments

Comments
 (0)