Changeset 1126 for spec/trunk/SPECS/python-rpm-macros/macros.python3
- Timestamp:
- May 8, 2017, 12:49:19 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/python-rpm-macros/macros.python3
r1040 r1126 1 1 %__python3 /@unixroot/usr/libexec/system-python 2 %__python3_bin /@unixroot/usr/bin/python3 2 %__python3_bin /@unixroot/usr/bin/python3.exe 3 3 %python3_sitelib %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())") 4 4 %python3_sitearch %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")
Note:
See TracChangeset
for help on using the changeset viewer.