mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
dev-python/python-debian: Silence QA warnings
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user