Skip to content

Commit

Permalink
dev-python/rencode: Python 3.8 compatibility
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Craig Andrews <[email protected]>
  • Loading branch information
candrews committed Apr 17, 2020
1 parent 2b1280d commit 842a32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-python/rencode/rencode-1.0.5-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1

DESCRIPTION="similar to bencode from the BitTorrent project"
Expand Down

0 comments on commit 842a32e

Please sign in to comment.