From 47b335e6e5b560ace6e5b0a7c34b567f6b8bcaf8 Mon Sep 17 00:00:00 2001 From: Jonathan Creasy Date: Mon, 22 Feb 2016 11:47:23 -0600 Subject: [PATCH] Change python to 2.6 in Makefile Fixes #286 --- rpm/Makefile | 2 +- rpm/tcollector.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rpm/Makefile b/rpm/Makefile index a279e450..3e0872ca 100644 --- a/rpm/Makefile +++ b/rpm/Makefile @@ -24,7 +24,7 @@ CP_P := cp -p # In some environment this command can be called `gsha1sum' or `digest'. SHA1SUM := sha1sum ZIP := zip -9 -PYTHON_VERSION := 2.7 +PYTHON_VERSION := 2.6 PYTHON := python$(PYTHON_VERSION) # Our "source tree" is in the parent directory, always. diff --git a/rpm/tcollector.spec b/rpm/tcollector.spec index bf5ee700..70c028bc 100644 --- a/rpm/tcollector.spec +++ b/rpm/tcollector.spec @@ -20,7 +20,7 @@ License: LGPLv3+ Summary: Data collection framework for OpenTSDB URL: http://opentsdb.net/tcollector.html Provides: tcollector = @PACKAGE_VERSION@-@RPM_REVISION@_@GIT_SHORTSHA1@ -Requires: python(abi) = @PYTHON_VERSION@ +Requires: python(abi) >= @PYTHON_VERSION@ %description The tcollector package includes two subpackages. The base tcollector