diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-03-04 02:27:04 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-03-04 02:33:47 -0600 |
commit | cf6e97ae7b3db171492302b3e7a74c0c0d391a94 (patch) | |
tree | 0cf733aa6cd09ca5047856517708f735381857db /dev-python/xvfbwrapper | |
parent | dev-python/cairocffi: version bump to 1.0.2 (diff) | |
download | gentoo-cf6e97ae7b3db171492302b3e7a74c0c0d391a94.tar.gz gentoo-cf6e97ae7b3db171492302b3e7a74c0c0d391a94.tar.bz2 gentoo-cf6e97ae7b3db171492302b3e7a74c0c0d391a94.zip |
dev-python/xvfbwrapper: add py37 support
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'dev-python/xvfbwrapper')
-rw-r--r-- | dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild b/dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild index da1a8cb891c4..60719a031dda 100644 --- a/dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild +++ b/dev-python/xvfbwrapper/xvfbwrapper-0.2.9.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} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy ) inherit distutils-r1 |