summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/python-dbusmock/python-dbusmock-0.28.6-r1.ebuild (renamed from dev-python/python-dbusmock/python-dbusmock-0.28.6.ebuild)2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/python-dbusmock/python-dbusmock-0.28.6.ebuild b/dev-python/python-dbusmock/python-dbusmock-0.28.6-r1.ebuild
index 35d6a870d0c6..f50299fe3a38 100644
--- a/dev-python/python-dbusmock/python-dbusmock-0.28.6.ebuild
+++ b/dev-python/python-dbusmock/python-dbusmock-0.28.6-r1.ebuild
@@ -35,6 +35,8 @@ src_prepare() {
> tests/__init__.py || die
# linter tests, fragile to newer linter versions
rm tests/test_code.py || die
+ # dev-python/dbus-python uses autotools, so no .dist-info there
+ sed -i '/dbus-python/d' pyproject.toml setup.cfg || die
distutils-r1_src_prepare
}