Add python36 as EPEL's other python
This commit is contained in:
parent
6c4c3f3681
commit
6c29671c63
3 changed files with 6 additions and 3 deletions
|
|
@ -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))")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue