diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-11-24 12:35:41 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-11-24 12:47:33 +0100 |
commit | f0dadc6e34634297ccb4745184b6124b67fa11d1 (patch) | |
tree | 66696043fa07b440db6776deaccd31f0187985a1 /dev-python/python-evdev | |
parent | media-libs/faad2: bump to 2.11.1 (diff) | |
download | gentoo-f0dadc6e34634297ccb4745184b6124b67fa11d1.tar.gz gentoo-f0dadc6e34634297ccb4745184b6124b67fa11d1.tar.bz2 gentoo-f0dadc6e34634297ccb4745184b6124b67fa11d1.zip |
dev-python/python-evdev: enable pypy3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/python-evdev')
-rw-r--r-- | dev-python/python-evdev/python-evdev-1.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-evdev/python-evdev-1.6.0.ebuild b/dev-python/python-evdev/python-evdev-1.6.0.ebuild index af6318359582..a26cac5f94ea 100644 --- a/dev-python/python-evdev/python-evdev-1.6.0.ebuild +++ b/dev-python/python-evdev/python-evdev-1.6.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 |