Skip to content

Commit 31471d1

Browse files
committed
Fix building issue with psycopg2
* Was missing python3-dev req * Enforce latest wheel and setuptools
1 parent dc7a463 commit 31471d1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Priority: extra
44
Maintainer: Hannu Varjoranta <hannu.varjoranta@spotify.com>
55
Build-Depends:
66
python3 (>= 3.5),
7+
python3-dev,
78
libpq-dev,
89
debhelper (>= 9),
910
dh-virtualenv (>= 1.0),

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
psycopg2-binary>=2.6.1
1+
wheel>=0.32.3
2+
setuptools>=40.8.0
3+
psycopg2-binary>=2.7
24
logbook>=0.10.1
3-
pip>=1.5.4
5+
pip>=9
46
pyyaml>=3.11

0 commit comments

Comments
 (0)