Packages: added Python 3 support on Amazon Linux 2 (LTS).

This commit is contained in:
Andrei Belov
2019-12-10 19:35:12 +03:00
parent 55a368e505
commit 68a2292372
3 changed files with 5 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ MODULE_INSTARGS_python37= python3.7-install
MODULE_SOURCES_python37= unit.example-python-app \
unit.example-python37-config
ifneq (,$(findstring $(OSVER),opensuse-tumbleweed sles fedora))
ifneq (,$(findstring $(OSVER),opensuse-tumbleweed sles fedora amazonlinux2))
BUILD_DEPENDS_python37= python3-devel
else
BUILD_DEPENDS_python37= python37-devel