| Summary: | net-wireless/crda python3 support | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Boris Staletic <boris.staletic> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | jstein |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
key2pu.py python3 patch
Line added to ebuild to make use of the crda patch |
||
|
Description
Boris Staletic
2018-03-29 19:33:28 UTC
please attach the patch as described here for logs: https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket Also explain what you did why. Created attachment 526166 [details, diff]
key2pu.py python3 patch
Created attachment 526168 [details, diff]
Line added to ebuild to make use of the crda patch
Sorry about that, somehow I missed the patch. I hope the patches make it clear what I have done, if not, feel free to ask. Note that ebuild doesn't have the necessary `PYTHON_COMPAT` ammended, because it depends on dev-python/m2crypto having python3 USE flags enabled. M2Crypto works with python3 upstream, but the ebuild in portage tree is lagging behind. Workaround without patches of above but going back to stable: emerge -C dev-python/typing dev-python/m2crypto net-wireless/crda echo "dev-python/m2crypto -~amd64" >>/etc/portage/package.accept_keywords emerge -1 dev-python/m2crypto net-wireless/crda without dev-python/typing |