From f2090bce21e4fb47d11f992a76ef5c4da74c3233 Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Wed, 28 Feb 2018 09:31:38 +0000 Subject: Packages: added Fedora support. Tested on currently supported releases: Fedora 26, Fedora 27. --- pkg/rpm/Makefile.python36 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/rpm/Makefile.python36') diff --git a/pkg/rpm/Makefile.python36 b/pkg/rpm/Makefile.python36 index 05ab2334..940cee0e 100644 --- a/pkg/rpm/Makefile.python36 +++ b/pkg/rpm/Makefile.python36 @@ -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 -- cgit