From 2d2b5048bc2150ed9abe7f0f24372442e277b738 Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Thu, 1 Mar 2018 23:03:03 +0300 Subject: Packages: added openSUSE Leap, openSUSE Tumbleweed, SLES support. --- pkg/rpm/Makefile.python34 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkg/rpm/Makefile.python34') diff --git a/pkg/rpm/Makefile.python34 b/pkg/rpm/Makefile.python34 index ab4b285b..f7105644 100644 --- a/pkg/rpm/Makefile.python34 +++ b/pkg/rpm/Makefile.python34 @@ -13,7 +13,12 @@ MODULE_INSTARGS_python34= python3.4-install MODULE_SOURCES_python34= unit.example-python-app \ unit.example-python34-config +ifneq (,$(findstring $(OSVER),opensuse-leap sles)) +BUILD_DEPENDS_python34= python3-devel +else BUILD_DEPENDS_python34= python34-devel +endif + BUILD_DEPENDS+= $(BUILD_DEPENDS_python34) define MODULE_PREINSTALL_python34 -- cgit