tornado-pyvows-9999.ebuild: Loosen the pyVows dependency to blacklist only 2.0.4... dev-python/tornado-pyvows
authorW. Trevor King <wking@tremily.us>
Wed, 8 Oct 2014 17:47:47 +0000 (10:47 -0700)
committerW. Trevor King <wking@tremily.us>
Wed, 8 Oct 2014 17:55:38 +0000 (10:55 -0700)
The breakage was fixed with pyVows 2.0.6.  I've reported this
dependency change upstream with [1].

[1]: https://github.com/rafaelcaricio/tornado_pyvows/pull/15

tornado-pyvows-9999.ebuild

index 14e74c719dce85f3d3c18186a205e786180db3dc..2e13001663d1ba0d91edce4164e6aba098e3a774 100644 (file)
@@ -28,7 +28,9 @@ IUSE="test"
 
 RDEPEND="
        dev-python/pycurl[${PYTHON_USEDEP}]
 
 RDEPEND="
        dev-python/pycurl[${PYTHON_USEDEP}]
-       <=dev-python/pyvows-2.0.3[${PYTHON_USEDEP}]
+       dev-python/pyvows[${PYTHON_USEDEP}]
+       !=dev-python/pyvows-2.0.4[${PYTHON_USEDEP}]
+       !=dev-python/pyvows-2.0.5[${PYTHON_USEDEP}]
        dev-python/urllib3[${PYTHON_USEDEP}]
        www-servers/tornado[${PYTHON_USEDEP}]
        "
        dev-python/urllib3[${PYTHON_USEDEP}]
        www-servers/tornado[${PYTHON_USEDEP}]
        "