diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-12-11 15:25:57 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-12-11 16:26:23 +0100 |
commit | 84befe28db215dff5c1c3a24a08501b485e9c4af (patch) | |
tree | cecdcf1a7db58dd800b48eb08a073be7caffb1b6 /dev-python/rosdistro/rosdistro-9999.ebuild | |
parent | dev-python/rospkg: add missing catkin_pkg dep. (diff) | |
download | gentoo-84befe28db215dff5c1c3a24a08501b485e9c4af.tar.gz gentoo-84befe28db215dff5c1c3a24a08501b485e9c4af.tar.bz2 gentoo-84befe28db215dff5c1c3a24a08501b485e9c4af.zip |
dev-python/rosdistro: Bump to 0.8.0.
Add py37.
Use yaml.safe_load().
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-python/rosdistro/rosdistro-9999.ebuild')
-rw-r--r-- | dev-python/rosdistro/rosdistro-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rosdistro/rosdistro-9999.ebuild b/dev-python/rosdistro/rosdistro-9999.ebuild index ef8fe8bcb38d..1cf2e00b257c 100644 --- a/dev-python/rosdistro/rosdistro-9999.ebuild +++ b/dev-python/rosdistro/rosdistro-9999.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} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy{,3} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then |