summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-10-13 13:29:09 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-10-13 13:31:22 +0200
commit09c61d2da470e86843bc2a8d04725c2a6ad10a3e (patch)
treecb756a2c781044978b01b71f85fcc637243c6322
parentdev-python/catkin_pkg: add py39 (diff)
downloadgentoo-09c61d2da470e86843bc2a8d04725c2a6ad10a3e.tar.gz
gentoo-09c61d2da470e86843bc2a8d04725c2a6ad10a3e.tar.bz2
gentoo-09c61d2da470e86843bc2a8d04725c2a6ad10a3e.zip
dev-python/rospkg: set proper distutils dep; add py39
Closes: https://bugs.gentoo.org/748243 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
-rw-r--r--dev-python/rospkg/rospkg-1.2.8-r1.ebuild (renamed from dev-python/rospkg/rospkg-1.2.8.ebuild)3
-rw-r--r--dev-python/rospkg/rospkg-9999.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/rospkg/rospkg-1.2.8.ebuild b/dev-python/rospkg/rospkg-1.2.8-r1.ebuild
index 9fe2198838eb..0b443bc38b97 100644
--- a/dev-python/rospkg/rospkg-1.2.8.ebuild
+++ b/dev-python/rospkg/rospkg-1.2.8-r1.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
SCM=""
if [ "${PV#9999}" != "${PV}" ] ; then
diff --git a/dev-python/rospkg/rospkg-9999.ebuild b/dev-python/rospkg/rospkg-9999.ebuild
index 9fe2198838eb..0b443bc38b97 100644
--- a/dev-python/rospkg/rospkg-9999.ebuild
+++ b/dev-python/rospkg/rospkg-9999.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
SCM=""
if [ "${PV#9999}" != "${PV}" ] ; then