mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:31:51 +02:00
Pin jsonschema (quickfix for missing functools32).
https://github.com/Julian/jsonschema/issues/233
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ backslash):
|
|||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
SWIG_FEATURES="-includeall -D__`uname -m`__-I/usr/include/openssl" \
|
SWIG_FEATURES="-includeall -D__`uname -m`__-I/usr/include/openssl" \
|
||||||
./venv/bin/pip install -r requirements.txt functools32 .
|
./venv/bin/pip install -r requirements.txt .
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ install_requires = [
|
|||||||
'argparse',
|
'argparse',
|
||||||
'ConfigArgParse',
|
'ConfigArgParse',
|
||||||
'configobj',
|
'configobj',
|
||||||
'jsonschema',
|
'jsonschema<2.5.1', # https://github.com/Julian/jsonschema/issues/233
|
||||||
'mock',
|
'mock',
|
||||||
'ndg-httpsclient', # urllib3 InsecurePlatformWarning (#304)
|
'ndg-httpsclient', # urllib3 InsecurePlatformWarning (#304)
|
||||||
'parsedatetime',
|
'parsedatetime',
|
||||||
@@ -53,7 +53,6 @@ install_requires = [
|
|||||||
# order of items in install_requires DOES matter and M2Crypto has
|
# order of items in install_requires DOES matter and M2Crypto has
|
||||||
# to go last, see #152
|
# to go last, see #152
|
||||||
'M2Crypto',
|
'M2Crypto',
|
||||||
'functools32'
|
|
||||||
]
|
]
|
||||||
|
|
||||||
dev_extras = [
|
dev_extras = [
|
||||||
|
|||||||
Reference in New Issue
Block a user