diff options
author | Sam James <sam@gentoo.org> | 2023-01-12 06:21:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-12 07:06:02 +0000 |
commit | 28587a7ad4569a4f56a0fb204497da7b9b6a7642 (patch) | |
tree | d33b3e9b80463646cb351a1fc47e5be6ec8657c3 /dev-python/pywlroots/files | |
parent | dev-python/xkbcommon: new package, add 0.8 (diff) | |
download | gentoo-28587a7ad4569a4f56a0fb204497da7b9b6a7642.tar.gz gentoo-28587a7ad4569a4f56a0fb204497da7b9b6a7642.tar.bz2 gentoo-28587a7ad4569a4f56a0fb204497da7b9b6a7642.zip |
dev-python/pywlroots: new package, add 0.15.24
Bug: https://bugs.gentoo.org/846380
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pywlroots/files')
-rw-r--r-- | dev-python/pywlroots/files/pywlroots-0.15.24-no-import-version-check.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/pywlroots/files/pywlroots-0.15.24-no-import-version-check.patch b/dev-python/pywlroots/files/pywlroots-0.15.24-no-import-version-check.patch new file mode 100644 index 000000000000..eb0cce91ac35 --- /dev/null +++ b/dev-python/pywlroots/files/pywlroots-0.15.24-no-import-version-check.patch @@ -0,0 +1,13 @@ +https://github.com/flacjacket/gentoo-overlay/blob/master/dev-python/pywlroots/files/pywlroots-no_version_check.patch + +This causes sandbox failures in e.g. qtile on importing pywlroots. +--- a/wlroots/ffi_build.py ++++ b/wlroots/ffi_build.py +@@ -44,6 +44,7 @@ def load_wlroots_version(): + + def check_version(): + """Check for wlroots version compatibility""" ++ return + # When importing a system-level installed package, we may not be able to + # create neighboring files, which is done by the `.verify` step. If this + # error is hit, we check with the compiled `wlroots.lib`. |