Skip to content

Commit

Permalink
dev-python/prometheus_client: Switch dependency order, add missing PY…
Browse files Browse the repository at this point in the history
…THON_USEDEP

Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
mrueg committed Jun 29, 2017
1 parent f2acec3 commit cf4e5a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ IUSE="test"

S=${WORKDIR}/client_python-${PV}

RDEPEND="|| ( dev-python/twisted-web dev-python/twisted[${PYTHON_USEDEP}] )"
RDEPEND="|| ( dev-python/twisted[${PYTHON_USEDEP}] dev-python/twisted-web[${PYTHON_USEDEP}] )"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}] )"
Expand Down

0 comments on commit cf4e5a3

Please sign in to comment.