dev-python/python-debian: Silence QA warnings

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-05-18 10:35:25 +02:00
parent 144c52ef63
commit 92df4beb37

View File

@@ -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() {