commit:     4a5bbc56be51388752f4120902abbeafd798bda1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  1 06:53:44 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec  1 07:09:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5bbc56

dev-python/python-dbusmock: Strip dbus-python requirement

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{python-dbusmock-0.28.6.ebuild => python-dbusmock-0.28.6-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

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
similarity index 88%
rename from dev-python/python-dbusmock/python-dbusmock-0.28.6.ebuild
rename to 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
 }

Reply via email to