summaryrefslogtreecommitdiffstats
path: root/uwsgi-plugin-php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-06-09 16:24:58 +0200
committerRemi Collet <remi@php.net>2022-06-09 16:24:58 +0200
commitacaddc96ccc610d6fe4f1a24c89915c1974009d1 (patch)
tree6691c0295ac3e742e09828a0ed81c05a54ea8e96 /uwsgi-plugin-php.spec
parent9b562493bca17012f082ef94685935e71174bb38 (diff)
use python3
Diffstat (limited to 'uwsgi-plugin-php.spec')
-rw-r--r--uwsgi-plugin-php.spec4
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