mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/prometheus_client: Flatten twisted dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -18,7 +18,7 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
S=${WORKDIR}/client_python-${PV}
|
||||
|
||||
RDEPEND="|| ( dev-python/twisted[${PYTHON_USEDEP}] dev-python/twisted-web[${PYTHON_USEDEP}] )"
|
||||
RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]"
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? ( ${RDEPEND}
|
||||
dev-python/pytest[${PYTHON_USEDEP}] )"
|
||||
|
||||
@@ -18,7 +18,7 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
S=${WORKDIR}/client_python-${PV}
|
||||
|
||||
RDEPEND="|| ( dev-python/twisted[${PYTHON_USEDEP}] dev-python/twisted-web[${PYTHON_USEDEP}] )"
|
||||
RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]"
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? ( ${RDEPEND}
|
||||
dev-python/pytest[${PYTHON_USEDEP}] )"
|
||||
|
||||
Reference in New Issue
Block a user