diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-12-12 13:30:46 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-12-12 13:30:58 +0100 |
commit | 44579c5a66ee5041d88421b1f485048933ea570e (patch) | |
tree | 9d05234129c8f43eed26ed7e45c29291cf6cd310 /dev-python | |
parent | dev-ros/test_rosparam: fix usage of yaml.laod (diff) | |
download | gentoo-44579c5a66ee5041d88421b1f485048933ea570e.tar.gz gentoo-44579c5a66ee5041d88421b1f485048933ea570e.tar.bz2 gentoo-44579c5a66ee5041d88421b1f485048933ea570e.zip |
dev-python/vcstools: add py37
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/vcstools/vcstools-0.1.42.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/vcstools/vcstools-0.1.42.ebuild b/dev-python/vcstools/vcstools-0.1.42.ebuild index 84a9cca031f2..721071fc589c 100644 --- a/dev-python/vcstools/vcstools-0.1.42.ebuild +++ b/dev-python/vcstools/vcstools-0.1.42.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then |