summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2016-10-12 15:04:41 -0700
committerBrian Dolbec <dolsen@gentoo.org>2016-10-12 15:07:42 -0700
commit4a8367584af65ee4f5df8a1837fe870af4720952 (patch)
tree047784877a133ffb52154cf6f2989f3d7271fc0e
parentwww-servers/tornado: 4.4.1 Update the twisted dep order to prefer the new twi... (diff)
downloadgentoo-4a836758.tar.gz
gentoo-4a836758.tar.bz2
gentoo-4a836758.zip
dev-python/txrequests: 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
-rw-r--r--dev-python/txrequests/txrequests-0.9.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/txrequests/txrequests-0.9.2.ebuild b/dev-python/txrequests/txrequests-0.9.2.ebuild
index e44e4770a85d..3cddcb52d987 100644
--- a/dev-python/txrequests/txrequests-0.9.2.ebuild
+++ b/dev-python/txrequests/txrequests-0.9.2.ebuild
@@ -19,8 +19,8 @@ IUSE=""
RDEPEND="
>=dev-python/requests-1.2.0[${PYTHON_USEDEP}]
|| (
- >=dev-python/twisted-core-9.0.0[${PYTHON_USEDEP}]
dev-python/twisted[${PYTHON_USEDEP}]
+ >=dev-python/twisted-core-9.0.0[${PYTHON_USEDEP}]
)
"
DEPEND="${RDEPEND}