Packages: added RHEL 8 support.

This commit is contained in:
Andrei Belov
2019-03-26 13:22:59 +03:00
parent b96e5fd848
commit 3d7a47c9ac
4 changed files with 16 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ MODULE_SOURCES_python27= unit.example-python-app \
ifneq (,$(findstring $(OSVER),opensuse-leap opensuse-tumbleweed sles))
BUILD_DEPENDS_python27= python-devel
else ifeq ($(OSVER), fedora)
else ifneq (,$(findstring $(OSVER),fedora centos8))
BUILD_DEPENDS_python27= python2-devel
else
BUILD_DEPENDS_python27= python27-devel