Packaging: added support for RHEL 9.

This commit is contained in:
Konstantin Pavlov
2022-05-31 18:35:39 +04:00
parent caa05887ff
commit 3d53bba5b3
2 changed files with 13 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ MODULE_INSTARGS_python39= python3.9-install
MODULE_SOURCES_python39= unit.example-python-app \
unit.example-python39-config
ifneq (,$(findstring $(OSVER),opensuse-tumbleweed sles fedora amazonlinux2))
ifneq (,$(findstring $(OSVER),opensuse-tumbleweed sles fedora amazonlinux2 centos9))
BUILD_DEPENDS_python39= python3-devel
else
BUILD_DEPENDS_python39= python39-devel