diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2024-06-18 09:50:47 -0700 |
---|---|---|
committer | Konstantin Pavlov <pavlov.konstantin@gmail.com> | 2024-07-03 16:12:36 -0700 |
commit | 63fb95ed5fb6dfa4a0ee492ec11a6e72997f289b (patch) | |
tree | bfd46db60384f0d089212bd0c20334c5addeab1c /pkg/rpm/Makefile.python36 | |
parent | 929a275a4b2e790d7341f7976065872395932fa2 (diff) | |
download | unit-63fb95ed5fb6dfa4a0ee492ec11a6e72997f289b.tar.gz unit-63fb95ed5fb6dfa4a0ee492ec11a6e72997f289b.tar.bz2 |
Packages: removed CentOS 7 due to EOL
Diffstat (limited to '')
-rw-r--r-- | pkg/rpm/Makefile.python36 | 4 |
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) |