summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-04-10 17:39:35 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-04-10 17:43:46 -0500
commit17bcf4dd54f42de09cd1e69d0b358b18d24b041f (patch)
tree654494d146a8a461f5a6299391b4e32509bf9efc /dev-python
parentdev-python/google-api-python-client: add py37 support (diff)
downloadgentoo-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')
-rw-r--r--dev-python/pyudev/pyudev-0.21.0.ebuild4
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