summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-06-07 16:09:52 +0200
committerBenjamin Chrétien2014-06-07 16:09:55 +0200
commita16dc8453637f034bfb1cb60c99f04535e5b61b6 (patch)
tree5a8ea9aec2bd80199265fb1b2467fae88af2652b /.SRCINFO
parentf7e04a036b18ee6f41da656f12d3e77fb2283f5d (diff)
downloadaur-a16dc8453637f034bfb1cb60c99f04535e5b61b6.tar.gz
indigo: use Python 2 rather than Python 3.
Since most packages are unlikely to be Python 3 ready before the next ROS distribution, we stick to Python 2.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO16
1 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46005eea3d84..58c686f2f40b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = ros-indigo-catkin
pkgdesc = ROS - Low-level build system macros and infrastructure for ROS.
pkgver = 0.6.6
- pkgrel = 1
+ pkgrel = 2
url = http://www.ros.org/wiki/catkin
arch = any
license = BSD
makedepends = cmake
makedepends = git
makedepends = ros-build-tools
- makedepends = python-catkin-pkg
- makedepends = python-empy
- makedepends = python
+ makedepends = python2-catkin_pkg
+ makedepends = python2-empy
+ makedepends = python2
depends = gtest
- depends = python-nose
- depends = python-catkin-pkg
- depends = python-empy
- depends = python
+ depends = python2-nose
+ depends = python2-catkin_pkg
+ depends = python2-empy
+ depends = python2
source = catkin::git+https://github.com/ros-gbp/catkin-release.git#tag=release/indigo/catkin/0.6.6-0
md5sums = SKIP