update to Makefile for using fpm to require 3.6+ for python3

This commit is contained in:
bharnden 2019-09-11 11:44:57 -07:00
parent 6739e9ff6e
commit 3cfac5b611

View file

@ -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