mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-misc/urlwatch: Set DISTUTILS_USE_SETUPTOOLS=rdepend
The sanity check has been improved and detects entry points correctly now. Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -3,10 +3,8 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
||||
# The package uses entry points but setup.py is weird
|
||||
# so the eclass doesn't detect it
|
||||
DISTUTILS_USE_SETUPTOOLS=manual
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -28,10 +26,8 @@ RDEPEND="
|
||||
dev-python/minidb[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
${RDEPEND}
|
||||
dev-python/docutils[${PYTHON_USEDEP}]
|
||||
|
||||
Reference in New Issue
Block a user