From af42afeb201514cfc34a8a056def3389af35a54b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 12 Jan 2023 11:46:20 +0000 Subject: gentoo auto-resync : 12:01:2023 - 11:46:19 --- .../files/pywlroots-0.15.24-no-import-version-check.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dev-python/pywlroots/files/pywlroots-0.15.24-no-import-version-check.patch (limited to 'dev-python/pywlroots/files') 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`. -- cgit v1.2.3