diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 21:42:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 21:59:57 +0100 |
commit | a57015c0284b9e2f2fcf71cbe65d47694ecc0d9f (patch) | |
tree | 85fdd4a8ca1d0d7ecf9d1f5b8dfc7391c57624f4 /app-pda/libplist | |
parent | app-pda/libimobiledevice: Remove py2 (diff) | |
download | gentoo-a57015c0284b9e2f2fcf71cbe65d47694ecc0d9f.tar.gz gentoo-a57015c0284b9e2f2fcf71cbe65d47694ecc0d9f.tar.bz2 gentoo-a57015c0284b9e2f2fcf71cbe65d47694ecc0d9f.zip |
app-pda/libplist: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-pda/libplist')
-rw-r--r-- | app-pda/libplist/libplist-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-pda/libplist/libplist-2.0.0.ebuild b/app-pda/libplist/libplist-2.0.0.ebuild index a9bce66186fa..77cfc406326e 100644 --- a/app-pda/libplist/libplist-2.0.0.ebuild +++ b/app-pda/libplist/libplist-2.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit autotools eutils python-r1 DESCRIPTION="Support library to deal with Apple Property Lists (Binary & XML)" |