Packaging: removed support for SLES and derivatives.

The packages were never built for those OSes.
This commit is contained in:
Konstantin Pavlov
2022-06-21 15:04:19 +04:00
parent c65e04682e
commit 97124fc349
13 changed files with 5 additions and 144 deletions

View File

@@ -13,7 +13,7 @@ MODULE_INSTARGS_python310= python3.10-install
MODULE_SOURCES_python310= unit.example-python-app \
unit.example-python310-config
ifneq (,$(findstring $(OSVER),opensuse-tumbleweed sles fedora amazonlinux2))
ifneq (,$(findstring $(OSVER),fedora amazonlinux2))
BUILD_DEPENDS_python310= python3-devel
else
BUILD_DEPENDS_python310= python310-devel