Add %python3_other_* counterparts for %python3_* macros in EPEL 7

This commit is contained in:
Tadej Janež 2018-06-11 10:50:22 +02:00
commit 8ef228123a
No known key found for this signature in database
GPG key ID: 37B064855C101C1B
3 changed files with 45 additions and 3 deletions

View file

@ -1,5 +1,4 @@
%__python3 /usr/bin/python3.4
%__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))")