Skip to content

Commit

Permalink
app-pda/libplist: Python 3.7 and 3.8 compatibility
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Craig Andrews <[email protected]>
  • Loading branch information
candrews committed Jan 13, 2020
1 parent 03c7880 commit 08e3d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-pda/libplist/libplist-2.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
PYTHON_COMPAT=( python{2_7,3_6} )
PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
inherit autotools eutils python-r1

DESCRIPTION="Support library to deal with Apple Property Lists (Binary & XML)"
Expand Down

0 comments on commit 08e3d5e

Please sign in to comment.