pyppeteer: fix qa violation

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-02-09 11:36:34 -05:00
parent 45fbd588ca
commit 1581018d8c
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -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
}