Skip to content

Commit

Permalink
dev-python/rospkg: add missing buidl dep on setuptools
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.16, Repoman-2.3.6
  • Loading branch information
aballier committed Dec 8, 2017
1 parent cb0e65c commit 819b26f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/rospkg/rospkg-1.1.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ IUSE="test"

RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
Expand Down
1 change: 1 addition & 0 deletions dev-python/rospkg/rospkg-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ IUSE="test"

RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
Expand Down

0 comments on commit 819b26f

Please sign in to comment.