diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-26 18:29:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-26 18:35:53 +0100 |
commit | c1c007337dc7c30afec8adf35eb4dcb71b486423 (patch) | |
tree | 0c4fd08c6df4d8844c931cd5ec95978dc2ae8ffd /dev-python/txgithub | |
parent | dev-python/txAMQP: Flatten twisted dep (diff) | |
download | gentoo-c1c007337dc7c30afec8adf35eb4dcb71b486423.tar.gz gentoo-c1c007337dc7c30afec8adf35eb4dcb71b486423.tar.bz2 gentoo-c1c007337dc7c30afec8adf35eb4dcb71b486423.zip |
dev-python/txgithub: Flatten twisted dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/txgithub')
-rw-r--r-- | dev-python/txgithub/txgithub-15.0.0-r1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild index 4cd49b57a030..e764dc685968 100644 --- a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild +++ b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild @@ -17,10 +17,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - || ( >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}] - ( >=dev-python/twisted-core-12.3.0[${PYTHON_USEDEP}] - >=dev-python/twisted-web-12.3.0[${PYTHON_USEDEP}] ) - ) + >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}] dev-python/pyopenssl[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" |