Initial import (from python3-3.1.1-13)
This commit is contained in:
parent
533ae8c505
commit
a3483f912e
14 changed files with 1166 additions and 0 deletions
3
macros.python3
Normal file
3
macros.python3
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
%__python3 /usr/bin/python3
|
||||
%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