diff options
Diffstat (limited to 'dev-python/pudb')
-rw-r--r-- | dev-python/pudb/pudb-2020.1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-python/pudb/pudb-2020.1.ebuild b/dev-python/pudb/pudb-2020.1.ebuild index f3ba56f54e5a..651f3fed6787 100644 --- a/dev-python/pudb/pudb-2020.1.ebuild +++ b/dev-python/pudb/pudb-2020.1.ebuild @@ -4,8 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - inherit distutils-r1 DESCRIPTION="A full-screen, console-based Python debugger" @@ -20,6 +18,4 @@ RDEPEND=" dev-python/urwid[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}]" -DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" +distutils_enable_tests pytest |