diff options
Diffstat (limited to 'dev-python/prometheus_client/prometheus_client-0.6.0.ebuild')
-rw-r--r-- | dev-python/prometheus_client/prometheus_client-0.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/prometheus_client/prometheus_client-0.6.0.ebuild b/dev-python/prometheus_client/prometheus_client-0.6.0.ebuild index 011f982f00f3..40d6b4beeb40 100644 --- a/dev-python/prometheus_client/prometheus_client-0.6.0.ebuild +++ b/dev-python/prometheus_client/prometheus_client-0.6.0.ebuild @@ -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}] )" |