dev-python/prometheus_client: Switch dependency order, add missing PYTHON_USEDEP

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Manuel Rüger
2017-06-29 12:54:01 +02:00
parent f2acec3975
commit cf4e5a34a9

View File

@@ -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}] )"