diff options
author | Tomas Hrnciar <thrnciar@redhat.com> | 2021-04-19 13:18:31 +0200 |
---|---|---|
committer | Miro HronĨok <miro@hroncok.cz> | 2021-04-19 13:18:31 +0200 |
commit | ee402591ab25b2724f3185a8773dd5ebdadceae4 (patch) | |
tree | b7481ba2e68baef3f382065a72a42b1b4615d70e | |
parent | Added fix for mozbz#1701089 (Widevine playback issues) (diff) | |
download | librewolf-fedora-ff-ee402591ab25b2724f3185a8773dd5ebdadceae4.tar.gz librewolf-fedora-ff-ee402591ab25b2724f3185a8773dd5ebdadceae4.tar.bz2 librewolf-fedora-ff-ee402591ab25b2724f3185a8773dd5ebdadceae4.zip |
BuildRequire setuptools explicitly
See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools
-rw-r--r-- | firefox.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 416a020..1ca5b30 100644 --- a/firefox.spec +++ b/firefox.spec @@ -304,6 +304,7 @@ Requires: nspr >= %{nspr_build_version} Requires: nss >= %{nss_build_version} %endif BuildRequires: python3-devel +BuildRequires: python3-setuptools %if !0%{?flatpak} Requires: u2f-hidraw-policy %endif |