Compare commits

...

3 Commits

Author SHA1 Message Date
Brad Warren
5daa997768 Pin back zope packages. 2019-11-13 11:46:07 -08:00
Brad Warren
51ee916466 pin back configargparse 2019-11-13 10:48:37 -08:00
Brad Warren
4f84c0ce79 Fix shebang in rebuild_deps 2019-11-13 10:44:31 -08:00

View File

@@ -46,9 +46,12 @@ AUTHORITATIVE_CONSTRAINTS = {
# certbot-auto failures on Python 3.6+ which enum34 doesn't support. See #5456.
# TODO: hashin seems to overwrite environment markers in dependencies. This needs to be fixed.
'enum34': '1.1.6 ; python_version < \'3.4\'',
# Newer versions of requests dropped support for python 3.4. Once Certbot does as well,
# we should unpin the dependency.
# Newer versions of the packages below dropped support for python 3.4. Once
# Certbot does as well, we should unpin these dependencies.
'requests': '2.21.0',
'ConfigArgParse': '0.14.0',
'zope.hookable': '4.2.0',
'zope.interface': '4.6.0',
}
@@ -62,8 +65,7 @@ CERTBOT_REPO_PATH = dirname(dirname(abspath(__file__)))
# without pinned dependencies, and respecting input authoritative requirements
# - `certbot plugins` is called to check we have an healthy environment
# - finally current set of dependencies is extracted out of the docker using pip freeze
SCRIPT = r"""\
#!/bin/sh
SCRIPT = r"""#!/bin/sh
set -e
cd /tmp/certbot