summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2016-10-12 15:06:31 -0700
committerBrian Dolbec <dolsen@gentoo.org>2016-10-12 15:07:42 -0700
commit9ec01174f4933d0a9614dfe5eba373534851bd00 (patch)
treef91e6877a6bff127f9e9965eb28b0c5ba4488b22 /dev-python/autobahn
parentdev-python/txrequests: Update the twisted dep order to prefer the new twisted... (diff)
downloadgentoo-9ec01174f4933d0a9614dfe5eba373534851bd00.tar.gz
gentoo-9ec01174f4933d0a9614dfe5eba373534851bd00.tar.bz2
gentoo-9ec01174f4933d0a9614dfe5eba373534851bd00.zip
dev-python/autobahn: 0.16.0, Update the twisted dep order to prefer the new twisted pkg
With the new twisted pkg now in the tree, prefer the new pkg. There will be no new releases of the split pkgs. Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/autobahn')
-rw-r--r--dev-python/autobahn/autobahn-0.16.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/autobahn/autobahn-0.16.0.ebuild b/dev-python/autobahn/autobahn-0.16.0.ebuild
index 97947177795f..1417cda72bc5 100644
--- a/dev-python/autobahn/autobahn-0.16.0.ebuild
+++ b/dev-python/autobahn/autobahn-0.16.0.ebuild
@@ -33,8 +33,8 @@ RDEPEND="
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
>=dev-python/snappy-0.5[${PYTHON_USEDEP}]
|| (
- >=dev-python/twisted-core-12.1[$(python_gen_usedep 'python2*')]
>=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
+ >=dev-python/twisted-core-12.1[$(python_gen_usedep 'python2*')]
)
>=dev-python/txaio-2.5.1[${PYTHON_USEDEP}]
>=dev-python/u-msgpack-2.1[${PYTHON_USEDEP}]