From c090415e038e75939395e2d7f666257911157e2b Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Mon, 6 Dec 2021 17:49:06 +0500 Subject: [PATCH] dev-python/protego: fix deps Closes: https://bugs.gentoo.org/825442 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/protego/protego-0.1.16.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-python/protego/protego-0.1.16.ebuild b/dev-python/protego/protego-0.1.16.ebuild index ce35f7f1ae..ae1b038049 100644 --- a/dev-python/protego/protego-0.1.16.ebuild +++ b/dev-python/protego/protego-0.1.16.ebuild @@ -3,18 +3,17 @@ EAPI=7 -PYTHON_COMPAT=( python3_9 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 -DESCRIPTION="robots.txt parser with support for modern conventions. " +DESCRIPTION="robots.txt parser with support for modern conventions" HOMEPAGE="https://scrapy.org/" -SRC_URI="https://github.com/scrapy/protego/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/scrapy/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT=0 KEYWORDS="~amd64" -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND}" +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" distutils_enable_tests pytest