Define fixed python requirement for built rpm

This commit is contained in:
f3flight 2016-06-10 02:10:55 +00:00
parent 15a0c5bd8b
commit 47388d20eb
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#/usr/bin/bash
python ./setup.py bdist_rpm --requires 'python >= 2.6'
python ./setup.py bdist_rpm

View File

@ -5,3 +5,6 @@ all_files = 1
[upload_sphinx]
upload-dir = doc/_build/html
[bdist_rpm]
requires = python >= 2.6