summaryrefslogtreecommitdiff
path: root/dev-python/python-augeas/python-augeas-0.5.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 21:12:58 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 21:46:49 +0100
commit3534ef115b44e4b48478175702ce030ab2dda3a3 (patch)
tree0330d1ae72f78646bbb8698843259283547337f9 /dev-python/python-augeas/python-augeas-0.5.0.ebuild
parent4129b79f3ba41c12164955e78567a886c5b6003b (diff)
downloadgentoo-3534ef115b44e4b48478175702ce030ab2dda3a3.tar.gz
gentoo-3534ef115b44e4b48478175702ce030ab2dda3a3.tar.bz2
gentoo-3534ef115b44e4b48478175702ce030ab2dda3a3.zip
dev-python/python-augeas: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-augeas/python-augeas-0.5.0.ebuild')
-rw-r--r--dev-python/python-augeas/python-augeas-0.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-augeas/python-augeas-0.5.0.ebuild b/dev-python/python-augeas/python-augeas-0.5.0.ebuild
index 91a7f39177ec6..01717f456dbfe 100644
--- a/dev-python/python-augeas/python-augeas-0.5.0.ebuild
+++ b/dev-python/python-augeas/python-augeas-0.5.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1