commit: 63238087899314bbe4b5db4b3cd8208e26f97b41 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Wed Jan 24 18:22:15 2018 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Wed Jan 24 18:23:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63238087
dev-util/buildbot-prometheus: Fix missing dependency on pip Closes: https://bugs.gentoo.org/645582 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild b/dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild index 4a401d88a64..e84caf19914 100644 --- a/dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild +++ b/dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild @@ -18,4 +18,5 @@ IUSE="" RDEPEND="dev-python/prometheus_client[${PYTHON_USEDEP}] dev-util/buildbot[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/pip[${PYTHON_USEDEP}] ${RDEPEND}"
