summaryrefslogtreecommitdiff
path: root/dev-python/backports-zstd
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/backports-zstd')
-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() {