Commit ac9f26c6 authored by Jérome Perrin's avatar Jérome Perrin

software/erp5: backport a fix for pyrsistent

This solves the error occuring installing python2 softwares:

    error: find_namespace: directive is unsupported on Python < 3.3
    An error occurred when trying to install pyrsistent 0.14.5. Look above this message for any errors that were output by easy_install.
    While:
      Updating slapos-cookbook-dependencies.
      Getting distribution for 'pyrsistent==0.14.5'.
parent e14ca562
......@@ -17,3 +17,12 @@ revision = 61b116a83ddcad8eda78671269d3dc0b33d8d37a
[erp5-doc]
revision = 3996ae1f832ca438ead9fbcf0ab8082dd1d22021
# backports fixes
# pyrsistent 0.14.5 has a setup_requires, which is installed regardless of
# buildout versions and pickup a version incompatible with python 2,
# preventing installation.
# pyrsistent 0.16.1 does not have this setup_requires, which makes the
# software installable again.
[versions]
pyrsistent = 0.16.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment