From 3cfac5b61187ecc76354128c8fa8719f90bde4aa Mon Sep 17 00:00:00 2001 From: bharnden Date: Wed, 11 Sep 2019 11:44:57 -0700 Subject: [PATCH] update to Makefile for using fpm to require 3.6+ for python3 --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index da46cb6e..ff31a5a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,8 +46,8 @@ MAINTAINERCLEANFILES = .version \ if PYTHON3 -PYTHON_DEB_DEP = python3 >= 3.0 -PYTHON_RPM_DEP = python3 >= 3.0 +PYTHON_DEB_DEP = python3 >= 3.6 +PYTHON_RPM_DEP = python3 >= 3.6 else PYTHON_DEB_DEP = python (>= 2.7), python (<< 3.0) PYTHON_RPM_DEP = python >= 2.7, python < 3.0