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

Closes: https://bugs.gentoo.org/956781
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-05-29 08:45:44 +02:00
parent a0aad31890
commit 00399c2dcc

View File

@@ -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