dev-python/prometheus_client: Flatten twisted dep
authorMichał Górny <mgorny@gentoo.org>
Thu, 26 Mar 2020 17:29:25 +0000 (18:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 26 Mar 2020 17:35:50 +0000 (18:35 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/prometheus_client/prometheus_client-0.6.0.ebuild
dev-python/prometheus_client/prometheus_client-0.7.1.ebuild

index 011f982f00f3412176dd07af957d092e5b5035d5..40d6b4beeb40aee0532e6e517aba0fec7c615b89 100644 (file)
@@ -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}] )"
index acdeb3934576ec423e5309d5d3c5d831778ea822..2618852a2b3536a3f852baeb35a8c48c8bd2d5df 100644 (file)
@@ -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}] )"