Skip to content

Commit e83297f

Browse files
TomaszDomagalaWolf480pl
authored andcommitted
SIO-2391 Package bsddb3 version 6.2.8 crushes docker image build.
Fixed by setting version constrain to 6.2.7
1 parent b588be7 commit e83297f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
packages = find_packages(),
1212

1313
install_requires = [
14-
'bsddb3',
14+
'bsddb3==6.2.7',
1515
'flup6',
1616
'gunicorn==19.8.1',
1717
'gevent==1.3.1',

0 commit comments

Comments
 (0)