put bundled six in the python path for epel8, system six is too old

This commit is contained in:
Tom spot Callaway 2021-09-04 21:37:36 -04:00
parent c30e548fd5
commit 8ba922708a
1 changed files with 4 additions and 0 deletions

View File

@ -1648,7 +1648,11 @@ tar xf %{SOURCE20}
%endif
# export PYTHONPATH="../../third_party/pyjson5/src:../../third_party/catapult/third_party/google-endpoints:../../xcb-proto-1.14"
%if 0%{?rhel} == 8
export PYTHONPATH="../../third_party/protobuf/third_party/six:../../third_party/pyjson5/src:../../xcb-proto-1.14:../../third_party/catapult/third_party/html5lib-1.1"
%else
export PYTHONPATH="../../third_party/pyjson5/src:../../xcb-proto-1.14:../../third_party/catapult/third_party/html5lib-1.1"
%endif
echo
# Now do the full browser