From f6632f6912b00979b331b702b74e2315b2d68e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9-=D0=97?= Date: Sun, 12 Apr 2020 23:14:10 +0000 Subject: [PATCH] Disabled python2dist(beautifulsoup4) for 2019.1 --- chromium-browser-stable.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chromium-browser-stable.spec b/chromium-browser-stable.spec index 6b71aac..ae310b2 100644 --- a/chromium-browser-stable.spec +++ b/chromium-browser-stable.spec @@ -215,7 +215,8 @@ BuildRequires: pkgconfig(xt) BuildRequires: pkgconfig(xtst) BuildRequires: pkgconfig(zlib) %if %{mdvver} >= 201910 -BuildRequires: python2dist(beautifulsoup4) +# no support python2 +#BuildRequires: python2dist(beautifulsoup4) BuildRequires: python2dist(html5lib) %else BuildRequires: pythonegg(beautifulsoup4)