summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2022-01-10 06:00:00 +0000
committerYixun Lan <dlan@gentoo.org>2022-01-29 23:18:11 +0800
commit0e105ff374f7d58d7332d1f002790b93b44819f5 (patch)
tree84bfe3dcc55c8aa94626b5f03e9b829e8844c447 /dev-python/protobuf-python
parentdev-python/protobuf-python: Version bump (3.19.3). (diff)
downloadgentoo-0e105ff374f7d58d7332d1f002790b93b44819f5.tar.gz
gentoo-0e105ff374f7d58d7332d1f002790b93b44819f5.tar.bz2
gentoo-0e105ff374f7d58d7332d1f002790b93b44819f5.zip
dev-python/protobuf-python: Disable no longer needed patch.
https://github.com/protocolbuffers/protobuf/commit/5100be2b7746391c2724e2793e1428c36b63c98b Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-python/protobuf-python')
-rw-r--r--dev-python/protobuf-python/protobuf-python-9999.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/protobuf-python/protobuf-python-9999.ebuild b/dev-python/protobuf-python/protobuf-python-9999.ebuild
index 33658c216b0b..6eb7e579382a 100644
--- a/dev-python/protobuf-python/protobuf-python-9999.ebuild
+++ b/dev-python/protobuf-python/protobuf-python-9999.ebuild
@@ -1,9 +1,8 @@
-# Copyright 2008-2021 Gentoo Authors
+# Copyright 2008-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS="bdepend"
inherit distutils-r1
@@ -43,7 +42,6 @@ fi
python_prepare_all() {
pushd "${WORKDIR}/protobuf-${PV}" > /dev/null || die
- eapply "${FILESDIR}/${PN}-3.13.0-google.protobuf.pyext._message.PyUnknownFieldRef.patch"
eapply_user
popd > /dev/null || die