diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 21:12:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 21:46:49 +0100 |
commit | 3534ef115b44e4b48478175702ce030ab2dda3a3 (patch) | |
tree | 0330d1ae72f78646bbb8698843259283547337f9 /dev-python/python-augeas | |
parent | profiles: desktop: Add dev-lang/python[sqlite] to package.use (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/python-augeas/python-augeas-0.5.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/python-augeas/python-augeas-1.0.3.ebuild | 2 |
2 files changed, 2 insertions, 2 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 91a7f39177ec..01717f456dbf 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 diff --git a/dev-python/python-augeas/python-augeas-1.0.3.ebuild b/dev-python/python-augeas/python-augeas-1.0.3.ebuild index 2ea047133647..2e5aaf2f767e 100644 --- a/dev-python/python-augeas/python-augeas-1.0.3.ebuild +++ b/dev-python/python-augeas/python-augeas-1.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 |