diff options
author | Andrei Belov <defan@nginx.com> | 2018-02-28 09:31:38 +0000 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2018-02-28 09:31:38 +0000 |
commit | f2090bce21e4fb47d11f992a76ef5c4da74c3233 (patch) | |
tree | 3e3b0e8b0da8f4955a883a0879bb898ff2c3fe9a /pkg/rpm/Makefile.python36 | |
parent | 2d2b5048bc2150ed9abe7f0f24372442e277b738 (diff) | |
download | unit-f2090bce21e4fb47d11f992a76ef5c4da74c3233.tar.gz unit-f2090bce21e4fb47d11f992a76ef5c4da74c3233.tar.bz2 |
Packages: added Fedora support.
Tested on currently supported releases: Fedora 26, Fedora 27.
Diffstat (limited to 'pkg/rpm/Makefile.python36')
-rw-r--r-- | pkg/rpm/Makefile.python36 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |