Pin jsonschema (quickfix for missing functools32).

https://github.com/Julian/jsonschema/issues/233
This commit is contained in:
Jakub Warmuz 2015-06-19 07:36:45 +00:00
parent b3be239061
commit ed7ba28211
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA
2 changed files with 2 additions and 3 deletions

View file

@ -95,7 +95,7 @@ backslash):
.. code-block:: shell
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

View file

@ -32,7 +32,7 @@ install_requires = [
'argparse',
'ConfigArgParse',
'configobj',
'jsonschema',
'jsonschema<2.5.1', # https://github.com/Julian/jsonschema/issues/233
'mock',
'ndg-httpsclient', # urllib3 InsecurePlatformWarning (#304)
'parsedatetime',
@ -53,7 +53,6 @@ install_requires = [
# order of items in install_requires DOES matter and M2Crypto has
# to go last, see #152
'M2Crypto',
'functools32'
]
dev_extras = [