summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-12-21 10:40:42 +0100
committerRemi Collet <remi@remirepo.net>2020-12-21 10:40:42 +0100
commit8931d2aab62ee3a1406ae4a12eaf1b050b1df681 (patch)
treeffd6615e8da70d6cecdb641636aaa677102bab9d
parentc3a9ff63963732ee3cf4c20342144283d2b07650 (diff)
fix dep
-rw-r--r--php-tecnickcom-tc-lib-color.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec
index ac78fa5..bf7f103 100644
--- a/php-tecnickcom-tc-lib-color.spec
+++ b/php-tecnickcom-tc-lib-color.spec
@@ -28,10 +28,11 @@ BuildArch: noarch
# For tests
%if 0%{?fedora} >= 32 || 0%{?rhel} >= 9
%global phpunit %{_bindir}/phpunit9
+BuildRequires: phpunit9 >= 9.5.0
%else
%global phpunit %{_bindir}/phpunit8
+BuildRequires: phpunit8 >= 8.5.13
%endif
-BuildRequires: %{phpunit}
BuildRequires: php(language) >= 5.3
BuildRequires: php-pcre
%endif