summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-06 07:54:33 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-06 08:08:15 +0100
commit190f3602cda2c03e1f03d4e88672135ef4ed9508 (patch)
treef5cc727ccc39e4d82656ca4e674de454e7be2584
parentdev-python/vobject: Remove py2 (diff)
downloadgentoo-190f3602cda2c03e1f03d4e88672135ef4ed9508.tar.gz
gentoo-190f3602cda2c03e1f03d4e88672135ef4ed9508.tar.bz2
gentoo-190f3602cda2c03e1f03d4e88672135ef4ed9508.zip
dev-python/webassets: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/webassets/webassets-0.12.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/webassets/webassets-0.12.1.ebuild b/dev-python/webassets/webassets-0.12.1.ebuild
index df50fbcfa7c8..89d0a354b5d4 100644
--- a/dev-python/webassets/webassets-0.12.1.ebuild
+++ b/dev-python/webassets/webassets-0.12.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1