summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 10:35:25 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 10:36:08 +0200
commit92df4beb37a6bfeba03e5eee8046baf8f3dcd3ad (patch)
tree81a15e457b3469af74e5186cdf7011ff5bf7a378 /dev-python/python-debian
parentdev-python/python-linux-procfs: Remove old (diff)
downloadgentoo-92df4beb37a6bfeba03e5eee8046baf8f3dcd3ad.tar.gz
gentoo-92df4beb37a6bfeba03e5eee8046baf8f3dcd3ad.tar.bz2
gentoo-92df4beb37a6bfeba03e5eee8046baf8f3dcd3ad.zip
dev-python/python-debian: Silence QA warnings
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-debian')
-rw-r--r--dev-python/python-debian/python-debian-0.1.49.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/python-debian/python-debian-0.1.49.ebuild b/dev-python/python-debian/python-debian-0.1.49.ebuild
index 12bd8fe0660b..855bcbe7bcc8 100644
--- a/dev-python/python-debian/python-debian-0.1.49.ebuild
+++ b/dev-python/python-debian/python-debian-0.1.49.ebuild
@@ -32,10 +32,13 @@ BDEPEND="
distutils_enable_tests pytest
python_prepare_all() {
+ distutils-r1_python_prepare_all
+
# See debian/rules.
sed -e "s/__CHANGELOG_VERSION__/${PV}/" lib/debian/_version.py.in \
> lib/debian/_version.py || die
- distutils-r1_python_prepare_all
+ # silence false positives
+ rm -rf debian || die
}
python_compile_all() {