diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-27 14:05:06 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-27 14:05:06 +0200 |
commit | fb813b6cc8382a8350a57d85d01abd59d2a3931d (patch) | |
tree | f9549840fa6ad878f41907ca3f55e011c55e16ab /dev-python/rosdistro/rosdistro-9999.ebuild | |
parent | dev-ros/calibration_msgs: drop python compat (diff) | |
download | gentoo-fb813b6cc8382a8350a57d85d01abd59d2a3931d.tar.gz gentoo-fb813b6cc8382a8350a57d85d01abd59d2a3931d.tar.bz2 gentoo-fb813b6cc8382a8350a57d85d01abd59d2a3931d.zip |
dev-python/rosdistro: bump to 0.8.2
add py3.8
Package-Manager: Portage-3.0.0, Repoman-2.3.23
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 d2cbf7643d5c..a7508f9204ee 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{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then |