diff options
author | Martin Stransky <stransky@redhat.com> | 2020-11-20 21:16:57 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-11-20 21:16:57 +0100 |
commit | 2193d9e52af266575c9e26e6a4d8b899b8ccb4e6 (patch) | |
tree | 8345e5d4cfd09cde699acfc409cc892bc93f7510 | |
parent | Added nss-tools to tests (diff) | |
download | librewolf-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.spec | 1 |
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 |