dev-python/autobahn: 0.16.0, Update the twisted dep order to prefer the new twisted pkg
authorBrian Dolbec <dolsen@gentoo.org>
Wed, 12 Oct 2016 22:06:31 +0000 (15:06 -0700)
committerBrian Dolbec <dolsen@gentoo.org>
Wed, 12 Oct 2016 22:07:42 +0000 (15:07 -0700)
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

dev-python/autobahn/autobahn-0.16.0.ebuild

index 97947177795f30c3f98cb1d7398cf5c64eefd987..1417cda72bc5621e48d9fcaa42f360bd5744e8bc 100644 (file)
@@ -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}]