mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
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:
@@ -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}] )"
|
||||
|
||||
Reference in New Issue
Block a user