Skip to content

Commit

Permalink
Merge pull request #73 from coiby/drop_six
Browse files Browse the repository at this point in the history
Drop unneeded dependency six
  • Loading branch information
nullr0ute authored Oct 19, 2023
2 parents ff6dfb1 + 5cbdd03 commit 967b769
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python-rpm-head-signing.spec
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ Summary: %{summary}
# Put manual requires here:
Requires: python%{python3_pkgversion}-cryptography
Requires: python%{python3_pkgversion}-koji
Requires: python%{python3_pkgversion}-six
Requires: python%{python3_pkgversion}-xattr
Requires: python%{python3_pkgversion}-rpm
%endif
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
requires = [
"cryptography",
"koji",
"six",
"xattr",
"rpm",
]
Expand Down

0 comments on commit 967b769

Please sign in to comment.