diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-26 18:29:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-26 18:35:50 +0100 |
commit | 8572893f47a363a191f5e243ef87874835883a2f (patch) | |
tree | cf8b34506aa872c78e623a48458e9ebcfc39cdaa /dev-python/prometheus_client | |
parent | dev-python/nose: Flatten twisted dep (diff) | |
download | gentoo-8572893f47a363a191f5e243ef87874835883a2f.tar.gz gentoo-8572893f47a363a191f5e243ef87874835883a2f.tar.bz2 gentoo-8572893f47a363a191f5e243ef87874835883a2f.zip |
dev-python/prometheus_client: Flatten twisted dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/prometheus_client')
-rw-r--r-- | dev-python/prometheus_client/prometheus_client-0.6.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/prometheus_client/prometheus_client-0.7.1.ebuild | 2 |
2 files changed, 2 insertions, 2 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}] )" diff --git a/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild b/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild index acdeb3934576..2618852a2b35 100644 --- a/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild +++ b/dev-python/prometheus_client/prometheus_client-0.7.1.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}] )" |