diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-09 16:24:58 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-09 16:24:58 +0200 |
commit | acaddc96ccc610d6fe4f1a24c89915c1974009d1 (patch) | |
tree | 6691c0295ac3e742e09828a0ed81c05a54ea8e96 | |
parent | 9b562493bca17012f082ef94685935e71174bb38 (diff) |
use python3
-rw-r--r-- | uwsgi-plugin-php.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uwsgi-plugin-php.spec b/uwsgi-plugin-php.spec index b579071..20acc1b 100644 --- a/uwsgi-plugin-php.spec +++ b/uwsgi-plugin-php.spec @@ -55,7 +55,7 @@ BuildRequires: ncurses-devel BuildRequires: openssl-devel BuildRequires: pcre-devel BuildRequires: zlib-devel -BuildRequires: python2 +BuildRequires: python3 # workaround (missing from php-embedded) BuildRequires: libargon2-devel @@ -110,7 +110,7 @@ export UWSGICONFIG_PHPDIR=%{_prefix} # for RPATH export UWSGICONFIG_PHPLIBDIR=%{_libdir} -python2 uwsgiconfig.py --verbose --plugin plugins/php default %{?scl} +python3 uwsgiconfig.py --verbose --plugin plugins/php default %{?scl} %install |