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.