From 2c69069593436677e502c0cbbe54c537ee137df2 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jan 14 2023 22:57:54 +0000 Subject: CI: Manually BR pkg_resources from dns-lexicon to fix FTBFS setuptools (pkg_resources) were transitively pulled in by tox --- diff --git a/tests/python-dns-lexicon.spec b/tests/python-dns-lexicon.spec index 4b182d1..b9f5ca1 100644 --- a/tests/python-dns-lexicon.spec +++ b/tests/python-dns-lexicon.spec @@ -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.