Michel Lind
Michel Lind
> Just because `/usr/lib64` exists doesn't mean it should be used: the whole idea of that directory was so that you could have one harddrive/system image used by multiple machines/architectures....
This is now removed from Python 3.12, so pynvim is currently broken for the upcoming Fedora 39 (that will be released this fall circa October-November) https://bugzilla.redhat.com/show_bug.cgi?id=2220350 is there any blocker...
@justinmk looks like there's some more call sites that are not fixed by #461 ``` File "/builddir/build/BUILDROOT/python-neovim-0.4.3-10.fc39.x86_64/usr/lib/python3.12/site-packages/p ynvim/compat.py", line 5, in from imp import find_module as original_find_module ModuleNotFoundError: No module...
@justinmk the commit you rebased from @Shougo is similar to what I had (but I was trying to get it to apply to 0.4.3 so it looked slightly different). I...
@justinmk let's continue this in #528
For python-selenium, we currently pull from PyPI (not ideal since it does not ship test cases, but the upstream git repo is gargantuan and also contains non-Python code...). The repo...
alternatively, if `fbrnch parallel -n` spits out the output in a format that can be easily converted to what `fedpkg chain-build` takes, I can happily just use fbrnch as the...
Tested using mock on my Fedora machine - with this PR but no systemd.pc, a warning is generated - with this PR and adding BR on pkgconfig(systemd), no warning Both...