Packages: Added Amazon Linux 2023.

This commit is contained in:
Konstantin Pavlov
2023-03-22 16:55:36 -07:00
parent 700ee28bbf
commit 24243ecab3
6 changed files with 108 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),fedora amazonlinux2 centos9))
ifneq (,$(findstring $(OSVER),fedora amazonlinux2 amazonlinux2023 centos9))
BUILD_DEPENDS_python39= python3-devel
else
BUILD_DEPENDS_python39= python39-devel