diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 20:44:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 20:53:27 +0100 |
commit | 87f1ad15f28b415c49c0123e77fb34539c2270f4 (patch) | |
tree | f6243eefbce61914584a38880f8e7a11f19ccc03 /dev-python/pyrqlite | |
parent | dev-python/pyrfc3339: Remove py2 (diff) | |
download | gentoo-87f1ad15f28b415c49c0123e77fb34539c2270f4.tar.gz gentoo-87f1ad15f28b415c49c0123e77fb34539c2270f4.tar.bz2 gentoo-87f1ad15f28b415c49c0123e77fb34539c2270f4.zip |
dev-python/pyrqlite: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyrqlite')
-rw-r--r-- | dev-python/pyrqlite/pyrqlite-2.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pyrqlite/pyrqlite-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyrqlite/pyrqlite-2.0.ebuild b/dev-python/pyrqlite/pyrqlite-2.0.ebuild index 590b45ff9686..8b7ef41d1320 100644 --- a/dev-python/pyrqlite/pyrqlite-2.0.ebuild +++ b/dev-python/pyrqlite/pyrqlite-2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/pyrqlite/pyrqlite-9999.ebuild b/dev-python/pyrqlite/pyrqlite-9999.ebuild index 823c3daab1af..342b0c8e9e27 100644 --- a/dev-python/pyrqlite/pyrqlite-9999.ebuild +++ b/dev-python/pyrqlite/pyrqlite-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |