summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2017-08-14 10:14:03 +0200
committerJan Horak <jhorak@redhat.com>2017-08-14 10:14:03 +0200
commit14d5b836ecb27d9b6fb8e3bbce2fea46dd8b000a (patch)
tree92216660e86e4dd08314b6fdfee35c0c2ca0cd2e
parentUpdate to 55.0.1 (diff)
downloadlibrewolf-fedora-ff-14d5b836ecb27d9b6fb8e3bbce2fea46dd8b000a.tar.gz
librewolf-fedora-ff-14d5b836ecb27d9b6fb8e3bbce2fea46dd8b000a.tar.bz2
librewolf-fedora-ff-14d5b836ecb27d9b6fb8e3bbce2fea46dd8b000a.zip
Need python2-devel for the big endian platforms when generating icud58b.dat
-rw-r--r--firefox.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 5d64fab..5742248 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -207,6 +207,7 @@ Requires: mozilla-filesystem
Requires: nspr >= %{nspr_build_version}
Requires: nss >= %{nss_build_version}
%endif
+BuildRequires: python2-devel
%if 0%{?fedora} > 25
# For early testing of rhbz#1400293 mozbz#1324096 on F26 and Rawhide,
bgstack15