Skip to content

Commit eb471f9

Browse files
committed
Use zc.buildout 2.x because 3.x will take py version in egg setup.py and this leads to eggs not being installable because setup.py is wrong
1 parent 20b8188 commit eb471f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pip==20.3.4
22
setuptools==44.1.1
3-
zc.buildout==3.0.0rc1
3+
zc.buildout==2.13.3
44
wheel
55
# mccabe fails to install during buildout?
66
mccabe==0.6.1

versions.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
zc.buildout = 3.0.0rc1
2+
zc.buildout = 2.13.3
33
setuptools = 44.1.1
44
pip = 20.3.4
55
Products.DocFinderTab = 1.0.5

0 commit comments

Comments
 (0)