Packages: added RHEL 8 support.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user