summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-12 21:50:05 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-13 10:45:06 +0100
commite0d436a37fe68b45621a748c4485f602103f0a20 (patch)
tree321220d9c406d3b6127e71e169c005005a88cfec /dev-python/castellan/castellan-1.2.2.ebuild
parentdev-python/bandit: Remove Python 2 (diff)
downloadgentoo-e0d436a37fe68b45621a748c4485f602103f0a20.tar.gz
gentoo-e0d436a37fe68b45621a748c4485f602103f0a20.tar.bz2
gentoo-e0d436a37fe68b45621a748c4485f602103f0a20.zip
dev-python/castellan: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/castellan/castellan-1.2.2.ebuild')
-rw-r--r--dev-python/castellan/castellan-1.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/castellan/castellan-1.2.2.ebuild b/dev-python/castellan/castellan-1.2.2.ebuild
index adb535820220..8c30a552b997 100644
--- a/dev-python/castellan/castellan-1.2.2.ebuild
+++ b/dev-python/castellan/castellan-1.2.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1