CI: Manually BR pkg_resources from dns-lexicon to fix FTBFS

setuptools (pkg_resources) were transitively pulled in by tox

Related: rhbz#2168193
This commit is contained in:
Miro Hrončok 2023-01-13 13:36:27 +01:00
parent df1ddd0ccd
commit a6c5229070

View File

@ -10,6 +10,10 @@ BuildArch: noarch
BuildRequires: pyproject-rpm-macros
BuildRequires: python3-devel
# Upstream does not declare this dependency
# They dropped it later: https://github.com/AnalogJ/lexicon/issues/1240
BuildRequires: python3-pkg_resources
%description
This package has extras specified in tox configuration,
we test that the extras are installed when -e is used.