commit: e78e08c3dad3e936c97cb86590627b3ed3e1e24e
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 5 07:33:23 2024 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Nov 5 07:33:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78e08c3
dev-python/dulwich-0.22.4: add upstream bug ref for rust hard-dep
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
dev-python/dulwich/dulwich-0.22.4.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/dulwich/dulwich-0.22.4.ebuild
b/dev-python/dulwich/dulwich-0.22.4.ebuild
index 367840375cc2..ed4304223767 100644
--- a/dev-python/dulwich/dulwich-0.22.4.ebuild
+++ b/dev-python/dulwich/dulwich-0.22.4.ebuild
@@ -78,6 +78,7 @@ src_prepare() {
if use !native-extensions; then
# avoid hard dep on rust via setuptools_rust
+ # https://github.com/jelmer/dulwich/issues/1405
sed -i \
-e '/from setuptools_rust/d' \
-e '/^rust_extensions = \[/,/^\]/d' \