Skip to content

Commit

Permalink
Use zc.buildout 2.x because 3.x will take py version in egg setup.py …
Browse files Browse the repository at this point in the history
…and this leads to eggs not being installable because setup.py is wrong
  • Loading branch information
gbastien committed Feb 3, 2022
1 parent 20b8188 commit eb471f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pip==20.3.4
setuptools==44.1.1
zc.buildout==3.0.0rc1
zc.buildout==2.13.3
wheel
# mccabe fails to install during buildout?
mccabe==0.6.1
Expand Down
2 changes: 1 addition & 1 deletion versions.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
zc.buildout = 3.0.0rc1
zc.buildout = 2.13.3
setuptools = 44.1.1
pip = 20.3.4
Products.DocFinderTab = 1.0.5
Expand Down

0 comments on commit eb471f9

Please sign in to comment.