diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-10 17:39:35 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-10 17:43:46 -0500 |
commit | 17bcf4dd54f42de09cd1e69d0b358b18d24b041f (patch) | |
tree | 654494d146a8a461f5a6299391b4e32509bf9efc /dev-python/pyudev | |
parent | dev-python/google-api-python-client: add py37 support (diff) | |
download | gentoo-17bcf4dd54f42de09cd1e69d0b358b18d24b041f.tar.gz gentoo-17bcf4dd54f42de09cd1e69d0b358b18d24b041f.tar.bz2 gentoo-17bcf4dd54f42de09cd1e69d0b358b18d24b041f.zip |
dev-python/pyudev: add py37 support
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/pyudev')
-rw-r--r-- | dev-python/pyudev/pyudev-0.21.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyudev/pyudev-0.21.0.ebuild b/dev-python/pyudev/pyudev-0.21.0.ebuild index 17e8665f3f09..d63e221d1ea7 100644 --- a/dev-python/pyudev/pyudev-0.21.0.ebuild +++ b/dev-python/pyudev/pyudev-0.21.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit distutils-r1 |