summaryrefslogtreecommitdiff
path: root/dev-python/python-cstruct/python-cstruct-1.8.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-21 19:00:38 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-21 19:00:38 +0000
commit1f1baa8caedec7c5a2919268d0648fa14481c16f (patch)
treeb1cf38bef22a5ea3c4ffff628b147a98cd03f919 /dev-python/python-cstruct/python-cstruct-1.8.ebuild
parentc6a978fd4509f95100fed6e739d9be7ac240d7a2 (diff)
downloadbaldeagleos-repo-1f1baa8caedec7c5a2919268d0648fa14481c16f.tar.gz
baldeagleos-repo-1f1baa8caedec7c5a2919268d0648fa14481c16f.tar.xz
baldeagleos-repo-1f1baa8caedec7c5a2919268d0648fa14481c16f.zip
Updating liguros repo
Diffstat (limited to 'dev-python/python-cstruct/python-cstruct-1.8.ebuild')
-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 75fa041585a1..a451d9ce971e 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_{5,6,7,8,9} )
-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