dev-python/node-semver: Restore default DISTUTILS_USE_SETUPTOOLS

The underlying issue causing false positives has been fixed.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2020-09-21 17:14:31 +02:00
parent ea480a8386
commit 22095bcc68
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E

View File

@ -4,8 +4,6 @@
EAPI=7
PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
# entry_points is present in setup.py but it is empty
DISTUTILS_USE_SETUPTOOLS=manual
inherit distutils-r1
@ -24,6 +22,4 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
distutils_enable_tests pytest