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

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