From 627077b81e16a94432f87fd49361bd7667aeb122 Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Apr 19 2021 11:18:32 +0000 Subject: BuildRequire setuptools explicitly See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools --- diff --git a/python-googletrans.spec b/python-googletrans.spec index 3969b01..d98d14b 100644 --- a/python-googletrans.spec +++ b/python-googletrans.spec @@ -13,6 +13,7 @@ Patch0: googletrans-relax-dependency-requirements.patch BuildArch: noarch BuildRequires: python3-devel +BuildRequires: python3dist(setuptools) BuildRequires: python3dist(httpx) BuildRequires: python3dist(h2)