summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsin-ack <sin-ack@protonmail.com>2024-11-10 21:20:13 +0100
committerSam James <sam@gentoo.org>2024-11-11 22:24:20 +0000
commitb2166b93f438b46c8acd12c2833d56ff76512649 (patch)
tree7e49ef96d47aca657c2c62d24bc83db7f8c1be4c /dev-util/watchman/files
parentdev-cpp/cpptoml: new package, add 0.1.1 (diff)
downloadgentoo-b2166b93f438b46c8acd12c2833d56ff76512649.tar.gz
gentoo-b2166b93f438b46c8acd12c2833d56ff76512649.tar.bz2
gentoo-b2166b93f438b46c8acd12c2833d56ff76512649.zip
dev-util/watchman: add 2024.11.04.00
Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/watchman/files')
-rw-r--r--dev-util/watchman/files/watchman-2024.11.04.00-python-tests.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-util/watchman/files/watchman-2024.11.04.00-python-tests.patch b/dev-util/watchman/files/watchman-2024.11.04.00-python-tests.patch
new file mode 100644
index 000000000000..dca4e34841d4
--- /dev/null
+++ b/dev-util/watchman/files/watchman-2024.11.04.00-python-tests.patch
@@ -0,0 +1,16 @@
+--- a/watchman/python/tests/tests.py
++++ b/watchman/python/tests/tests.py
+@@ -28,13 +28,6 @@ from pywatchman import (
+ )
+
+
+-if os.path.basename(bser.__file__) == "pybser.py":
+- raise Exception(
+- "bser module resolved to pybser! Something is broken in your build. __file__={!r}, sys.path={!r}".format(
+- bser.__file__, sys.path
+- )
+- )
+-
+ PILE_OF_POO = "\U0001F4A9"
+ NON_UTF8_STRING = b"\xff\xff\xff"
+