summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-11-20 21:16:57 +0100
committerMartin Stransky <stransky@redhat.com>2020-11-20 21:16:57 +0100
commit2193d9e52af266575c9e26e6a4d8b899b8ccb4e6 (patch)
tree8345e5d4cfd09cde699acfc409cc892bc93f7510
parentAdded nss-tools to tests (diff)
downloadlibrewolf-fedora-ff-2193d9e52af266575c9e26e6a4d8b899b8ccb4e6.tar.gz
librewolf-fedora-ff-2193d9e52af266575c9e26e6a4d8b899b8ccb4e6.tar.bz2
librewolf-fedora-ff-2193d9e52af266575c9e26e6a4d8b899b8ccb4e6.zip
Added python2.7 as test req
-rw-r--r--firefox.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index ab549a3..00d586f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -303,6 +303,7 @@ BuildRequires: perl-interpreter
BuildRequires: fdk-aac-free-devel
%if 0%{?run_firefox_tests}
BuildRequires: nss-tools
+BuildRequires: python2.7
%endif
Obsoletes: mozilla <= 37:1.7.13
bgstack15