Skip to content

Commit

Permalink
dev-ros/compressed_image_transport: Add PYTHON_COMPAT and PYTHON_USED…
Browse files Browse the repository at this point in the history
…EP on dynamic_reconfigure. Bug #562664.

Package-Manager: portage-2.2.23
  • Loading branch information
aballier committed Oct 9, 2015
1 parent a44b13f commit 4440cc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ EAPI=5
ROS_REPO_URI="https://github.com/ros-perception/image_transport_plugins"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}
PYTHON_COMPAT=( python2_7 )

inherit ros-catkin

Expand All @@ -16,7 +17,7 @@ IUSE=""

RDEPEND="
dev-ros/cv_bridge
dev-ros/dynamic_reconfigure
dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-ros/image_transport
dev-ros/tf
media-libs/opencv
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ EAPI=5
ROS_REPO_URI="https://github.com/ros-perception/image_transport_plugins"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}
PYTHON_COMPAT=( python2_7 )

inherit ros-catkin

Expand All @@ -16,7 +17,7 @@ IUSE=""

RDEPEND="
dev-ros/cv_bridge
dev-ros/dynamic_reconfigure
dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-ros/image_transport
dev-ros/tf
media-libs/opencv
Expand Down

0 comments on commit 4440cc9

Please sign in to comment.