Skip to content

Commit

Permalink
Merge pull request #288 from OpenTSDB/ISSUE-286
Browse files Browse the repository at this point in the history
Change python to 2.6 in Makefile
  • Loading branch information
johann8384 committed Feb 22, 2016
2 parents 001e991 + 47b335e commit 4abece2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion rpm/tcollector.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4abece2

Please sign in to comment.