]> git.pld-linux.org Git - packages/rpm-build-macros.git/blobdiff - macros.python
- define __python as python2
[packages/rpm-build-macros.git] / macros.python
index 198ae77dfa1489ffe29ea4cde261b89c0677650a..9000ac1a315409e64c6607f07ec3a276ff8abdc7 100644 (file)
@@ -1,6 +1,6 @@
 # Python specific macro definitions.
 
-%__python              /usr/bin/python
+%__python              /usr/bin/python2
 
 # python main version
 %py_ver                        %{expand:%%global py_ver %(%{__python} -c "import sys; print sys.version[:3]" 2>/dev/null || echo ERROR)}%py_ver
This page took 0.22287 seconds and 4 git commands to generate.