summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-21 17:22:05 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-21 17:30:13 +0200
commit1575014594c99231aab71838f27f99d2a6fbd4c8 (patch)
tree5d6859904bb78b7189ef8b80a088b58c7dac36a7 /dev-python/python-cstruct
parentdev-python/pycurl: Set DISTUTILS_USE_SETUPTOOLS=no (diff)
downloadgentoo-1575014594c99231aab71838f27f99d2a6fbd4c8.tar.gz
gentoo-1575014594c99231aab71838f27f99d2a6fbd4c8.tar.bz2
gentoo-1575014594c99231aab71838f27f99d2a6fbd4c8.zip
dev-python/python-cstruct: Restore default DISTUTILS_USE_SETUPTOOLS
The underlying issue causing false positives has been fixed. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-cstruct')
-rw-r--r--dev-python/python-cstruct/python-cstruct-1.8.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/dev-python/python-cstruct/python-cstruct-1.8.ebuild b/dev-python/python-cstruct/python-cstruct-1.8.ebuild
index a7870977d0da..52f0221f8c6c 100644
--- a/dev-python/python-cstruct/python-cstruct-1.8.ebuild
+++ b/dev-python/python-cstruct/python-cstruct-1.8.ebuild
@@ -4,7 +4,6 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
-DISTUTILS_USE_SETUPTOOLS=manual
inherit distutils-r1
DESCRIPTION="C-style structs for Python"
@@ -15,10 +14,6 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-# define setuptools dep manually to avoid warning
-# setup.py contains entry_points, but it's an empty string
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
DOCS=( README.md )
distutils_enable_tests setup.py