diff options
Diffstat (limited to 'pkg/rpm/Makefile.python27')
-rw-r--r-- | pkg/rpm/Makefile.python27 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/rpm/Makefile.python27 b/pkg/rpm/Makefile.python27 index 9f13ad9e..fe09bf1f 100644 --- a/pkg/rpm/Makefile.python27 +++ b/pkg/rpm/Makefile.python27 @@ -13,7 +13,12 @@ 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 BUILD_DEPENDS_python27= python27-devel +endif + BUILD_DEPENDS+= $(BUILD_DEPENDS_python27) define MODULE_PREINSTALL_python27 |