diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-10-21 13:09:05 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-10-21 13:12:32 +0200 |
| commit | b843570b45d8c6cd508433f9abe6b7db55c6604a (patch) | |
| tree | b858fb194aedc767e8fea44045469c7c400c1c43 /dev-python | |
| parent | dd5c251eddbef21abb15fef6834203bf25ae1366 (diff) | |
| download | gentoo-b843570b45d8c6cd508433f9abe6b7db55c6604a.tar.gz gentoo-b843570b45d8c6cd508433f9abe6b7db55c6604a.tar.bz2 gentoo-b843570b45d8c6cd508433f9abe6b7db55c6604a.zip | |
dev-python/backports-zstd: Remove backports/__init__.py
Closes: https://bugs.gentoo.org/964779
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/backports-zstd/backports-zstd-1.0.0-r1.ebuild (renamed from dev-python/backports-zstd/backports-zstd-1.0.0.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/backports-zstd/backports-zstd-1.0.0.ebuild b/dev-python/backports-zstd/backports-zstd-1.0.0-r1.ebuild index 8a9d83682356..8bd50aa0eeb9 100644 --- a/dev-python/backports-zstd/backports-zstd-1.0.0.ebuild +++ b/dev-python/backports-zstd/backports-zstd-1.0.0-r1.ebuild @@ -44,6 +44,9 @@ src_prepare() { DISTUTILS_ARGS=( --system-zstd ) + + # remove namespace file + rm src/python/backports/__init__.py || die } python_test() { |
