Packages: added Python 3 support on RHEL/CentOS 7.

This commit is contained in:
Andrei Belov
2019-12-02 15:09:53 +03:00
parent 9a7881d131
commit a3e5d09501
3 changed files with 12 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ MODULE_INSTARGS_python36= python3.6-install
MODULE_SOURCES_python36= unit.example-python-app \
unit.example-python36-config
ifneq (,$(findstring $(OSVER),opensuse-tumbleweed sles fedora))
ifneq (,$(findstring $(OSVER),opensuse-tumbleweed sles fedora centos7))
BUILD_DEPENDS_python36= python3-devel
else
BUILD_DEPENDS_python36= python36-devel