Skip to content

Commit

Permalink
rpmbuild: copr-distgit-client depends on python-six
Browse files Browse the repository at this point in the history
Traceback (most recent call last):
  File "/usr/bin/copr-distgit-client", line 7, in <module>
    from copr_distgit_client import main
  File "/usr/lib/python3.12/site-packages/copr_distgit_client.py", line 14, in <module>
    from six.moves.urllib.parse import urlparse
ModuleNotFoundError: No module named 'six'
  • Loading branch information
praiskup committed Jun 1, 2024
1 parent 8afef6a commit 336c5b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpmbuild/copr-rpmbuild.spec
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ Summary: Utility to download sources from dist-git

Requires: %{_bindir}/git
Requires: curl
Requires: %{python_pfx}-six
%if 0%{?fedora} || 0%{?rhel} > 9
Requires: %{python_pfx}-rpmautospec
BuildRequires: %{python_pfx}-rpmautospec
Expand Down

0 comments on commit 336c5b0

Please sign in to comment.