diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-11-05 07:48:25 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-11-05 07:48:25 +0000 |
commit | 33a99fff6e7c880bd4c50812928cc55cbf8ae3f3 (patch) | |
tree | 647afc9cb266c90d41e6a7fa14b464efd2de6e3a | |
parent | 2024-11-05 07:03:31 UTC (diff) | |
parent | dev-python/dulwich-0.22.4: add upstream bug ref for rust hard-dep (diff) | |
download | gentoo-33a99fff6e7c880bd4c50812928cc55cbf8ae3f3.tar.gz gentoo-33a99fff6e7c880bd4c50812928cc55cbf8ae3f3.tar.bz2 gentoo-33a99fff6e7c880bd4c50812928cc55cbf8ae3f3.zip |
Merge updates from master
-rw-r--r-- | dev-python/dulwich/dulwich-0.22.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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' \ |