summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/Makefile.python36
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2024-06-18 09:50:47 -0700
committerKonstantin Pavlov <pavlov.konstantin@gmail.com>2024-07-03 16:12:36 -0700
commit63fb95ed5fb6dfa4a0ee492ec11a6e72997f289b (patch)
treebfd46db60384f0d089212bd0c20334c5addeab1c /pkg/rpm/Makefile.python36
parent929a275a4b2e790d7341f7976065872395932fa2 (diff)
downloadunit-63fb95ed5fb6dfa4a0ee492ec11a6e72997f289b.tar.gz
unit-63fb95ed5fb6dfa4a0ee492ec11a6e72997f289b.tar.bz2
Packages: removed CentOS 7 due to EOL
Diffstat (limited to '')
-rw-r--r--pkg/rpm/Makefile.python364
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/rpm/Makefile.python36 b/pkg/rpm/Makefile.python36
index a9a97c9f..7019b819 100644
--- a/pkg/rpm/Makefile.python36
+++ b/pkg/rpm/Makefile.python36
@@ -13,11 +13,7 @@ MODULE_INSTARGS_python36= python3.6-install
MODULE_SOURCES_python36= unit.example-python-app \
unit.example-python36-config
-ifneq (,$(findstring $(OSVER),centos7))
-BUILD_DEPENDS_python36= python3-devel
-else
BUILD_DEPENDS_python36= python36-devel
-endif
BUILD_DEPENDS+= $(BUILD_DEPENDS_python36)