From 3f56e9effffb5f51f424fdd0fdc8b5bb36ed7a00 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 4 Sep 2019 15:30:41 -0400 Subject: pm: add python2-devel for fc>=31 --- palemoon/palemoon.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'palemoon') diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec index 4f2f857..584fcf3 100644 --- a/palemoon/palemoon.spec +++ b/palemoon/palemoon.spec @@ -83,6 +83,9 @@ BuildRequires: unzip BuildRequires: yasm BuildRequires: zip BuildRequires: zlib-devel +%if 0%{?fedora} >= 31 +BuildRequires: python2-devel +%endif BuildRoot: %{_tmppath}/%{name}-%{version} Provides: mimehandler(application/x-xpinstall) Provides: palemoon -- cgit