Packages: added Fedora support.

Tested on currently supported releases: Fedora 26, Fedora 27.
This commit is contained in:
Andrei Belov
2018-02-28 09:31:38 +00:00
parent 2d2b5048bc
commit f2090bce21
3 changed files with 13 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ MODULE_SOURCES_python27= unit.example-python-app \
ifneq (,$(findstring $(OSVER),opensuse-leap opensuse-tumbleweed sles))
BUILD_DEPENDS_python27= python-devel
else ifeq ($(OSVER), fedora)
BUILD_DEPENDS_python27= python2-devel
else
BUILD_DEPENDS_python27= python27-devel
endif