fixed python3 specific dependency issue for fpm definition
This commit is contained in:
parent
d37db217b5
commit
756f8fd3e9
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ MAINTAINERCLEANFILES = .version \
|
||||||
|
|
||||||
|
|
||||||
if PYTHON3
|
if PYTHON3
|
||||||
PYTHON_DEP = python >= 3.0
|
PYTHON_DEP = python3 >= 3.0
|
||||||
else
|
else
|
||||||
PYTHON_DEP = python >= 2.7, python < 3.0
|
PYTHON_DEP = python >= 2.7, python < 3.0
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue