[master 15/21] Update Makefile to default to python3.

vathpela installerbot-noreply at redhat.com
Wed Oct 7 20:50:50 UTC 2015


From: David Lehman <dlehman at redhat.com>

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 21164bc..71c3ebd 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ RC_RELEASE ?= $(shell date -u +0.1.%Y%m%d%H%M%S)
 RELEASE_TAG=$(PKGNAME)-$(VERSION)-$(RELEASE)
 VERSION_TAG=$(PKGNAME)-$(VERSION)
 
-PYTHON=python2
+PYTHON=python3
 COVERAGE=coverage
 ifeq ($(PYTHON),python3)
   COVERAGE=coverage3


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/f52b205d5ee364e111e489a2cd2e71075a64df91


More information about the anaconda-patches mailing list