summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2021-08-03 15:50:32 +0200
committerAlexis Ballier <aballier@gentoo.org>2021-08-03 16:12:20 +0200
commit66bbe8e67840381998aeeffa13848e4f410e376a (patch)
tree26645429b61d3b66c37497a90de7465660d321e6 /dev-ros/calibration_launch/calibration_launch-9999.ebuild
parentdev-ros/calibration_launch: Remove old (diff)
downloadgentoo-66bbe8e67840381998aeeffa13848e4f410e376a.tar.gz
gentoo-66bbe8e67840381998aeeffa13848e4f410e376a.tar.bz2
gentoo-66bbe8e67840381998aeeffa13848e4f410e376a.zip
dev-ros/calibration_launch: fix python script
Closes: https://bugs.gentoo.org/803008 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/calibration_launch/calibration_launch-9999.ebuild')
-rw-r--r--dev-ros/calibration_launch/calibration_launch-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ros/calibration_launch/calibration_launch-9999.ebuild b/dev-ros/calibration_launch/calibration_launch-9999.ebuild
index b3b796757277..2ea52c5982a2 100644
--- a/dev-ros/calibration_launch/calibration_launch-9999.ebuild
+++ b/dev-ros/calibration_launch/calibration_launch-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -22,3 +22,4 @@ RDEPEND="
dev-ros/roslaunch
dev-libs/urdfdom
"
+PATCHES=( "${FILESDIR}/py3.patch" )