diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2022-11-04 13:55:16 +0400 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2022-11-04 13:55:16 +0400 |
commit | 11f416878a9f5f7ec13d548b85982c5de5b55a11 (patch) | |
tree | 3b7e0e5b2f1cc64c078a3cf3b1d7ac5ef2cf25a2 /pkg/rpm/Makefile | |
parent | ebf02266a2cd663ad4744d3b8c07e211b8f38da1 (diff) | |
download | unit-11f416878a9f5f7ec13d548b85982c5de5b55a11.tar.gz unit-11f416878a9f5f7ec13d548b85982c5de5b55a11.tar.bz2 |
Packages: added Python 3.8 and Python 3.9 modules on RHEL 8 clones.
Refs: https://github.com/nginx/unit/issues/778
Diffstat (limited to 'pkg/rpm/Makefile')
-rw-r--r-- | pkg/rpm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/rpm/Makefile b/pkg/rpm/Makefile index bbe44fe5..ef824c65 100644 --- a/pkg/rpm/Makefile +++ b/pkg/rpm/Makefile @@ -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 |