summarylogtreecommitdiffstats
path: root/0001-Bug-1831691-Use-the-vendored-glean_parser-for-all-of.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Bug-1831691-Use-the-vendored-glean_parser-for-all-of.patch')
-rw-r--r--0001-Bug-1831691-Use-the-vendored-glean_parser-for-all-of.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/0001-Bug-1831691-Use-the-vendored-glean_parser-for-all-of.patch b/0001-Bug-1831691-Use-the-vendored-glean_parser-for-all-of.patch
new file mode 100644
index 000000000000..3a7118ec69ca
--- /dev/null
+++ b/0001-Bug-1831691-Use-the-vendored-glean_parser-for-all-of.patch
@@ -0,0 +1,39 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: ahochheiden <ahochheiden@mozilla.com>
+Date: Sat, 6 May 2023 21:07:09 +0000
+Subject: [PATCH] Bug 1831691 - Use the vendored 'glean_parser' for all of
+ `mach` r=firefox-build-system-reviewers,glandium
+
+Differential Revision: https://phabricator.services.mozilla.com/D177340
+---
+ python/sites/build.txt | 1 -
+ python/sites/mach.txt | 1 +
+ python/sites/python-test.txt | 1 -
+ 3 files changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/python/sites/build.txt b/python/sites/build.txt
+index b43f7680d200..4e6f6c51d9ad 100644
+--- a/python/sites/build.txt
++++ b/python/sites/build.txt
+@@ -1,2 +1 @@
+-vendored:third_party/python/glean_parser
+ pth:third_party/python/vsdownload
+diff --git a/python/sites/mach.txt b/python/sites/mach.txt
+index b9fafd0b9c59..a18691184312 100644
+--- a/python/sites/mach.txt
++++ b/python/sites/mach.txt
+@@ -78,6 +78,7 @@ vendored:third_party/python/esprima
+ vendored:third_party/python/fluent.migrate
+ vendored:third_party/python/fluent.syntax
+ vendored:third_party/python/giturlparse
++vendored:third_party/python/glean_parser
+ vendored:third_party/python/gyp/pylib
+ vendored:third_party/python/idna
+ vendored:third_party/python/importlib_metadata
+diff --git a/python/sites/python-test.txt b/python/sites/python-test.txt
+index 48cdcd2b8f48..74889365a22b 100644
+--- a/python/sites/python-test.txt
++++ b/python/sites/python-test.txt
+@@ -1,2 +1 @@
+-vendored:third_party/python/glean_parser
+ pypi:pytest==7.0.1