dev-python/junos-eznc: enable py3.11

This commit is contained in:
Alarig Le Lay 2023-01-31 17:13:08 +01:00
parent 114ce3f1c3
commit fd8d6d16fe
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 5 additions and 0 deletions

View File

@ -31,3 +31,8 @@ DEPEND="
"
RDEPEND="${DEPEND}"
BDEPEND=""
python_install_all() {
distutils-r1_python_install_all
find "${D}" -name '*.pth' -delete || die
}