Dimitri John Ledkov
Dimitri John Ledkov
> This should only be merged once the Focal compatibility issue is resolved in one way or another. not really. We offer subiquity snap refresh, but that will not pull...
Hi, can you please explain a little bit more what you want to achieve? languagelist is used to show available translations of subiquity, and at the moment we don't have...
Note that whilst ws4py in pypi shop do not support 3.7 and up, in Debian and Ubuntu ws4py are patched for 3.7+ support. I don't know if requests-toolbelt works or...
Correct ws4py is dead upstream, last known maintainer said they don't have time to do things. Distros have ws4py patched, but the version from pypi is broken. Maybe you can...
Or for example please drop ws4py from the requirements.txt it is optional, and code works without it. And if someone has a working copy of ws4py => great, otherwise a...
I ended up doing: ```sh if ! grep -q '^CONFIG_ECHO=[ym]$' $kernel_source_dir/.config || ! grep -q '^CONFIG_FW_LOADER=[ym]$' $kernel_source_dir/.config; then BUILD_EXCLUSIVE_KERNEL="^$" fi ``` Not sure if this is the best way.
In Debian, OpenColorIO is now the only package not ported to yaml-cpp 0.5.x. Any progress on this issue?
right, thanks. So somehow, I am suspecting that whatever ruby-certificate-authority has generated, is not good enough. I guess I should be able to somehow invoke the certificate authority helpers, and...
This is critical! how can this be shipped to pypi?
Note in debian/ubuntu a better patch than this is shipped: https://salsa.debian.org/python-team/modules/python-ws4py/-/blob/master/debian/patches/0003-Fix-compatibility-with-Python-3.7.patch that one keeps compatibility with older pythons, as well as the newer ones.