From 92df4beb37a6bfeba03e5eee8046baf8f3dcd3ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 18 May 2024 10:35:25 +0200 Subject: dev-python/python-debian: Silence QA warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/python-debian/python-debian-0.1.49.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dev-python') 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 12bd8fe0660b2..855bcbe7bcc84 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() { -- cgit v1.2.3