commit:     00399c2dcc106d5cc1f16b7e4ba587deac38e36b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 29 06:45:44 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 29 06:53:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00399c2d

dev-python/zc-lockfile: Fix automatic namespace stripping

Closes: https://bugs.gentoo.org/956781
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{zc-lockfile-3.0_p1.ebuild => zc-lockfile-3.0_p1-r1.ebuild}         | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-python/zc-lockfile/zc-lockfile-3.0_p1.ebuild 
b/dev-python/zc-lockfile/zc-lockfile-3.0_p1-r1.ebuild
similarity index 92%
rename from dev-python/zc-lockfile/zc-lockfile-3.0_p1.ebuild
rename to dev-python/zc-lockfile/zc-lockfile-3.0_p1-r1.ebuild
index 252fcf8d3baf..1bf868f6480d 100644
--- a/dev-python/zc-lockfile/zc-lockfile-3.0_p1.ebuild
+++ b/dev-python/zc-lockfile/zc-lockfile-3.0_p1-r1.ebuild
@@ -35,8 +35,6 @@ distutils_enable_tests unittest
 python_prepare_all() {
        # rdep is only needed for namespace
        sed -i -e '/install_requires.*setuptools/d' setup.py || die
-       # use implicit namespace
-       sed -i -e '/namespace_packages/d' setup.py || die
        # do not install README into site-packages
        sed -e '/^    include_package_data/d' -i setup.py || die
 

Reply via email to