summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-21 17:14:31 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-21 17:30:10 +0200
commit22095bcc68ff1cf4c2bc3e95451ebdfd2b4e82f5 (patch)
tree0cc33a2e7af0dea7ceeb31d653083f30c84b3498
parentdev-python/jaraco-stream: Restore default DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-22095bcc68ff1cf4c2bc3e95451ebdfd2b4e82f5.tar.gz
gentoo-22095bcc68ff1cf4c2bc3e95451ebdfd2b4e82f5.tar.bz2
gentoo-22095bcc68ff1cf4c2bc3e95451ebdfd2b4e82f5.zip
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>
-rw-r--r--dev-python/node-semver/node-semver-0.8.0.ebuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/dev-python/node-semver/node-semver-0.8.0.ebuild b/dev-python/node-semver/node-semver-0.8.0.ebuild
index cebf767d37ce..ba58cb573bf8 100644
--- a/dev-python/node-semver/node-semver-0.8.0.ebuild
+++ b/dev-python/node-semver/node-semver-0.8.0.ebuild
@@ -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