From acaddc96ccc610d6fe4f1a24c89915c1974009d1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Jun 2022 16:24:58 +0200 Subject: use python3 --- uwsgi-plugin-php.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uwsgi-plugin-php.spec') 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 -- cgit