Skip to content

Commit

Permalink
dist-git-client: drop python3-six dep
Browse files Browse the repository at this point in the history
This is a Python 3-only package.
  • Loading branch information
praiskup committed Jun 6, 2024
1 parent 9f4c894 commit 80272dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dist-git-client/dist-git-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Requires: /usr/bin/git

BuildRequires: python3-pytest
BuildRequires: python3-rpm-macros
BuildRequires: python3-six
BuildRequires: /usr/bin/argparse-manpage
BuildRequires: /usr/bin/git

Expand Down
2 changes: 1 addition & 1 deletion dist-git-client/dist_git_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import shutil
import subprocess
import sys
from six.moves.urllib.parse import urlparse
from urllib.parse import urlparse

try:
from rpmautospec import (
Expand Down

0 comments on commit 80272dc

Please sign in to comment.