Packages: added openSUSE Leap, openSUSE Tumbleweed, SLES support.

This commit is contained in:
Andrei Belov
2018-03-01 23:03:03 +03:00
parent 1f06ccb6d8
commit 2d2b5048bc
8 changed files with 83 additions and 9 deletions

View File

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