diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-11 15:08:43 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-11 15:08:43 +0200 |
commit | 0bb43ea804607cef8e0209f0fccc319e80307dc4 (patch) | |
tree | fe67674dd4dc8f571a2a726748becaecbcc33122 | |
parent | 2a395f3465760fbad4dd6fed3de7bcc8d247d89c (diff) |
php-cli is required
-rw-r--r-- | php-pggi.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pggi.spec b/php-pggi.spec index 5e3881c..42089f8 100644 --- a/php-pggi.spec +++ b/php-pggi.spec @@ -38,7 +38,7 @@ BuildRequires: %{?scl_prefix}php-pear Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} -Requires: %{?scl_prefix}php-tokenizer%{?_isa} +Requires: %{?scl_prefix}php-cli%{?_isa} %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} %if "%{?scl_prefix}" != "%{?sub_prefix}" |