diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-21 17:27:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-21 17:30:15 +0200 |
commit | 314cc8b56a003a08dc7858fe94346bc3a362eb82 (patch) | |
tree | 5ff6b981f5136857c21b7bcb3308ad5f6f21938a /www-misc | |
parent | dev-python/zipp: Restore default DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-314cc8b56a003a08dc7858fe94346bc3a362eb82.tar.gz gentoo-314cc8b56a003a08dc7858fe94346bc3a362eb82.tar.bz2 gentoo-314cc8b56a003a08dc7858fe94346bc3a362eb82.zip |
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>
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/urlwatch/urlwatch-2.21.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www-misc/urlwatch/urlwatch-2.21.ebuild b/www-misc/urlwatch/urlwatch-2.21.ebuild index bdfd81f77975..23e7fa4367cd 100644 --- a/www-misc/urlwatch/urlwatch-2.21.ebuild +++ b/www-misc/urlwatch/urlwatch-2.21.ebuild @@ -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}] |