diff options
-rw-r--r-- | python-rpm-generators.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-rpm-generators.spec b/python-rpm-generators.spec index 94e645e..c7aced2 100644 --- a/python-rpm-generators.spec +++ b/python-rpm-generators.spec @@ -17,7 +17,6 @@ Source4: pythondistdeps.py # This was crafted in-place with the following license declaration: # Public-Domain OR CC0-1.0 OR LGPL-2.1-or-later OR GPL-2.0-or-later Source5: pythonbundles.py -Requires: python3dist(packaging) BuildArch: noarch @@ -28,6 +27,7 @@ Fedora's dependency generators for Python RPMS. Summary: %{summary} Requires: python3-setuptools Requires: rpm > 4.15.90 +Requires: python3dist(packaging) Conflicts: rpm-build < 4.13.0.1-2 Conflicts: python-rpm-macros < 3-35 |