blob: d8190767de011259496738119ef758ea34d37964 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Distributed under the terms of the GNU General Public License v2
EAPI="4-python"
PYTHON_MULTIPLE_ABIS="1"
inherit distutils
DESCRIPTION="rosdep multi-package manager system dependency tool."
HOMEPAGE="http://www.ros.org"
SRC_URI="https://github.com/ros-infrastructure/${PN}/archive/${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="sci-electronics/catkin_pkg
sci-electronics/rospkg
dev-python/pyyaml"
RDEPEND="${DEPEND}"
|