diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 06:33:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-16 07:04:39 +0100 |
commit | 4fa62e5dc79373b8485c7e658b630ee935abbecc (patch) | |
tree | 16772bc4996c1d04f8a7071ef557323622a1bfc7 /dev-python/PySDL2 | |
parent | dev-python/pyqtgraph: Remove Python 2 (diff) | |
download | gentoo-4fa62e5dc79373b8485c7e658b630ee935abbecc.tar.gz gentoo-4fa62e5dc79373b8485c7e658b630ee935abbecc.tar.bz2 gentoo-4fa62e5dc79373b8485c7e658b630ee935abbecc.zip |
dev-python/PySDL2: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PySDL2')
-rw-r--r-- | dev-python/PySDL2/PySDL2-0.9.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PySDL2/PySDL2-0.9.6.ebuild b/dev-python/PySDL2/PySDL2-0.9.6.ebuild index 53b5ea93671d..025e430c1d6b 100644 --- a/dev-python/PySDL2/PySDL2-0.9.6.ebuild +++ b/dev-python/PySDL2/PySDL2-0.9.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="Python (ctypes) bindings for SDL2 libraries" |