summaryrefslogtreecommitdiff
path: root/dev-python/txrequests
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 /dev-python/txrequests
parentc7c527b55d672753c10fe561cc7e8f33f2bb0fb5 (diff)
downloadgentoo-4a8367584af65ee4f5df8a1837fe870af4720952.tar.gz
gentoo-4a8367584af65ee4f5df8a1837fe870af4720952.tar.xz
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
Diffstat (limited to 'dev-python/txrequests')
-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 e44e4770a85..3cddcb52d98 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}