mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
pyppeteer: fix qa violation
This commit is contained in:
parent
45fbd588ca
commit
1581018d8c
1 changed files with 5 additions and 0 deletions
|
|
@ -36,3 +36,8 @@ src_prepare(){
|
|||
eapply_user
|
||||
}
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install
|
||||
find "${ED}" -name README.md -delete
|
||||
find "${ED}" -name LICENSE -delete
|
||||
}
|
||||
Loading…
Reference in a new issue