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

@@ -15,6 +15,8 @@ MODULE_SOURCES_python311= unit.example-python-app \
ifneq (,$(findstring $(OSVER),fedora37))
BUILD_DEPENDS_python311= python3-devel
else
BUILD_DEPENDS_python311= python3.11-devel
endif
BUILD_DEPENDS+= $(BUILD_DEPENDS_python311)