summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-25 10:39:55 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-25 10:48:24 +0200
commit901c4f12308456d10a9f9198dd85834b7401ca8c (patch)
tree3332c186f4566f9e7aff5a5876659b671db9a3eb /dev-python/pilkit/pilkit-2.0.ebuild
parentpackage.mask: Last rite dev-python/pgpdump (diff)
downloadgentoo-901c4f12308456d10a9f9198dd85834b7401ca8c.tar.gz
gentoo-901c4f12308456d10a9f9198dd85834b7401ca8c.tar.bz2
gentoo-901c4f12308456d10a9f9198dd85834b7401ca8c.zip
dev-python/pilkit: Enable py3.{7,8}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pilkit/pilkit-2.0.ebuild')
-rw-r--r--dev-python/pilkit/pilkit-2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pilkit/pilkit-2.0.ebuild b/dev-python/pilkit/pilkit-2.0.ebuild
index 27910404428e..dd16f29d4fb2 100644
--- a/dev-python/pilkit/pilkit-2.0.ebuild
+++ b/dev-python/pilkit/pilkit-2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1