From 738c2c67e15320fb3b6a9a99bd39d4c64556a3ab 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-pyotp.spec b/python-pyotp.spec index c69e616..e885baf 100644 --- a/python-pyotp.spec +++ b/python-pyotp.spec @@ -12,6 +12,7 @@ Source0: https://files.pythonhosted.org/packages/source/p/%{srcname}/%{sr BuildArch: noarch BuildRequires: python3-devel +BuildRequires: python3-setuptools %description A Python library for generating one time passwords according to