mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
aardwolf: fix https://github.com/skelsec/aardwolf/issues/29
This commit is contained in:
parent
b548e86bb0
commit
9c5efc77f7
1 changed files with 8 additions and 0 deletions
|
|
@ -94,3 +94,11 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
|||
QA_FLAGS_IGNORED="usr/lib/python.*/site-packages/librlers.cpython-31.-x86_64-linux-gnu.so
|
||||
.*/_rust.*
|
||||
"
|
||||
|
||||
#https://github.com/skelsec/aardwolf/issues/29
|
||||
python_install() {
|
||||
rm -r ${PN}/utils/rlers
|
||||
distutils-r1_python_install
|
||||
# python_moduleinto aardwolf
|
||||
python_domodule aardwolf
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue