Skip to content

Commit

Permalink
ros-catkin.eclass: Move catkin and empy deps to DEPEND, those are bui…
Browse files Browse the repository at this point in the history
…ld only deps
  • Loading branch information
aballier committed May 26, 2017
1 parent aaadbcc commit 31c1a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/ros-catkin.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ if [ -n "${PYTHON_COMPAT}" ] ; then
fi

IUSE="test"
RDEPEND="
RDEPEND=""
DEPEND="${RDEPEND}
dev-util/catkin${CATKIN_PYTHON_USEDEP}
dev-python/empy${CATKIN_PYTHON_USEDEP}
"
DEPEND="${RDEPEND}"

if [ -n "${CATKIN_DO_PYTHON_MULTIBUILD}" ] ; then
RDEPEND="${RDEPEND} ${PYTHON_DEPS}"
Expand Down

0 comments on commit 31c1a0d

Please sign in to comment.