From 00399c2dcc106d5cc1f16b7e4ba587deac38e36b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 29 May 2025 08:45:44 +0200 Subject: [PATCH] dev-python/zc-lockfile: Fix automatic namespace stripping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/956781 Signed-off-by: Michał Górny --- .../{zc-lockfile-3.0_p1.ebuild => zc-lockfile-3.0_p1-r1.ebuild} | 2 -- 1 file changed, 2 deletions(-) rename dev-python/zc-lockfile/{zc-lockfile-3.0_p1.ebuild => zc-lockfile-3.0_p1-r1.ebuild} (92%) 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 252fcf8d3bafa..1bf868f6480dd 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