summaryrefslogtreecommitdiff
path: root/dev-python/protobuf-python/protobuf-python-9999.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-16 00:26:37 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-16 00:26:37 +0000
commit3dcea994f58dfe4db86604be3c5297939916a9fd (patch)
tree4f198ef19a81963c63f8fb513c7f21b194965cc7 /dev-python/protobuf-python/protobuf-python-9999.ebuild
parent6045eaef8e9f6358f4d5a79bb21d17e1e8211671 (diff)
downloadbaldeagleos-repo-3dcea994f58dfe4db86604be3c5297939916a9fd.tar.gz
baldeagleos-repo-3dcea994f58dfe4db86604be3c5297939916a9fd.tar.xz
baldeagleos-repo-3dcea994f58dfe4db86604be3c5297939916a9fd.zip
Updating liguros repo
Diffstat (limited to 'dev-python/protobuf-python/protobuf-python-9999.ebuild')
-rw-r--r--dev-python/protobuf-python/protobuf-python-9999.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-python/protobuf-python/protobuf-python-9999.ebuild b/dev-python/protobuf-python/protobuf-python-9999.ebuild
index f03027b829ac..b9b5dab0d541 100644
--- a/dev-python/protobuf-python/protobuf-python-9999.ebuild
+++ b/dev-python/protobuf-python/protobuf-python-9999.ebuild
@@ -23,7 +23,7 @@ else
fi
LICENSE="BSD"
-SLOT="0/23"
+SLOT="0/24"
KEYWORDS=""
IUSE=""
@@ -43,6 +43,12 @@ if [[ "${PV}" == "9999" ]]; then
EGIT_CHECKOUT_DIR="${WORKDIR}/protobuf-${PV}"
fi
+python_prepare_all() {
+ distutils-r1_python_prepare_all
+
+ sed -e "/^[[:space:]]*setup_requires = \['wheel'\],$/d" -i setup.py || die
+}
+
python_configure_all() {
mydistutilsargs=(--cpp_implementation)
}