Add python36 as EPEL's other python

This commit is contained in:
Charalampos Stratakis 2017-12-20 23:06:54 +01:00
commit 6c29671c63
3 changed files with 6 additions and 3 deletions

View file

@ -1,5 +1,5 @@
%__python3 /usr/bin/python3.4
#__python3_other /usr/bin/python3.5
%__python3_other /usr/bin/python3.6
%python3_sitelib %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
%python3_sitearch %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")