dev-python/guessit: revbump to 2.0.5-r1 to remove unneeded deps

stevedore is only needed for guessit-1.0.3.
It was accidentally copied to 2.0.5 ebuild.

Package-Manager: portage-2.3.0_rc1

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
Ilya Tumaykin
2016-05-31 04:12:27 +03:00
committed by Patrice Clement
parent 5973ef5abe
commit 847903a240

View File

@@ -18,11 +18,10 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
>=dev-python/rebulk-0.7.1[${PYTHON_USEDEP}]
>=dev-python/babelfish-0.5.5[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
<dev-python/python-dateutil-2.5.2[${PYTHON_USEDEP}]
dev-python/stevedore[${PYTHON_USEDEP}]
>=dev-python/rebulk-0.7.1[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"