Workaround unicode issue with py2 and scandir==1.4
Also move manila ocata to eol. Change-Id: I0282b57ab27a51698f55294037dd3429d6a11416 Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
This commit is contained in:
parent
20a7872551
commit
3e78a46caf
@ -14,6 +14,8 @@
|
|||||||
parent: loci-base
|
parent: loci-base
|
||||||
vars:
|
vars:
|
||||||
project: manila
|
project: manila
|
||||||
|
eol:
|
||||||
|
- ocata
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack/loci
|
- openstack/loci
|
||||||
- openstack/requirements
|
- openstack/requirements
|
||||||
|
@ -9,6 +9,9 @@ $(dirname $0)/install_packages.sh
|
|||||||
$(dirname $0)/clone_project.sh
|
$(dirname $0)/clone_project.sh
|
||||||
mv /tmp/requirements/{global-requirements.txt,upper-constraints.txt} /
|
mv /tmp/requirements/{global-requirements.txt,upper-constraints.txt} /
|
||||||
|
|
||||||
|
# workaround unicode issue with 44.1.1 setuptools on python2 and scandir 1.4
|
||||||
|
[[ "${PYTHON3}" == "no" ]] && pip install -c /upper-constraints.txt scandir ||:
|
||||||
|
|
||||||
# TODO: Make python-qpid-proton build here (possibly patch it)
|
# TODO: Make python-qpid-proton build here (possibly patch it)
|
||||||
# or remove when python-qpid-proton is updated with build fix.
|
# or remove when python-qpid-proton is updated with build fix.
|
||||||
# https://issues.apache.org/jira/browse/PROTON-1381
|
# https://issues.apache.org/jira/browse/PROTON-1381
|
||||||
|
Loading…
x
Reference in New Issue
Block a user