Packages: added Python 3.8 and Python 3.9 modules on RHEL 8 clones.

Refs: https://github.com/nginx/unit/issues/778
This commit is contained in:
Konstantin Pavlov
2022-11-04 13:55:16 +04:00
parent ebf02266a2
commit 11f416878a
3 changed files with 71 additions and 0 deletions

View File

@@ -53,6 +53,8 @@ ifeq ($(OSVER), centos8)
include Makefile.php
include Makefile.python27
include Makefile.python36
include Makefile.python38
include Makefile.python39
include Makefile.go
include Makefile.perl
include Makefile.jsc-common