update to Makefile for using fpm to require 3.6+ for python3
This commit is contained in:
parent
6739e9ff6e
commit
3cfac5b611
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ MAINTAINERCLEANFILES = .version \
|
||||||
|
|
||||||
|
|
||||||
if PYTHON3
|
if PYTHON3
|
||||||
PYTHON_DEB_DEP = python3 >= 3.0
|
PYTHON_DEB_DEP = python3 >= 3.6
|
||||||
PYTHON_RPM_DEP = python3 >= 3.0
|
PYTHON_RPM_DEP = python3 >= 3.6
|
||||||
else
|
else
|
||||||
PYTHON_DEB_DEP = python (>= 2.7), python (<< 3.0)
|
PYTHON_DEB_DEP = python (>= 2.7), python (<< 3.0)
|
||||||
PYTHON_RPM_DEP = python >= 2.7, python < 3.0
|
PYTHON_RPM_DEP = python >= 2.7, python < 3.0
|
||||||
|
|
Loading…
Reference in a new issue