Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Fix broken Python 2 build
Browse files Browse the repository at this point in the history
modified:   buildout.cfg
modified:   setup.py
  • Loading branch information
jugmac00 committed May 14, 2020
1 parent df429d6 commit 30747df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions buildout.cfg
Expand Up @@ -86,3 +86,5 @@ keas.kmi = git https://github.com/zopefoundation/keas.kmi.git
[versions]
zc.buildout = 2.12.0
setuptools = 38.2.3
# venusian 3.0.0. is Python 3 only
venusian = 2.1.0
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -62,7 +62,8 @@ def read(*rnames):
test=[
'zope.testing',
'zope.app.testing',
'manuel']),
'manuel',
'mock <= 3.0.5;python_version == "2.7"']),
include_package_data=True,
zip_safe=False,
)

0 comments on commit 30747df

Please sign in to comment.