Packaging: removed support for SLES and derivatives.
The packages were never built for those OSes.
This commit is contained in:
@@ -13,9 +13,7 @@ MODULE_INSTARGS_python27= python2.7-install
|
||||
MODULE_SOURCES_python27= unit.example-python-app \
|
||||
unit.example-python27-config
|
||||
|
||||
ifneq (,$(findstring $(OSVER),opensuse-leap opensuse-tumbleweed sles))
|
||||
BUILD_DEPENDS_python27= python-devel
|
||||
else ifneq (,$(findstring $(OSVER),fedora centos8))
|
||||
ifneq (,$(findstring $(OSVER),fedora centos8))
|
||||
BUILD_DEPENDS_python27= python2-devel
|
||||
else ifneq (,$(findstring $(OSVER),centos7 amazonlinux2))
|
||||
BUILD_DEPENDS_python27= python-devel
|
||||
|
||||
Reference in New Issue
Block a user