db-move: moved firefox from [testing] to [extra] (x86_64)
[arch-packages.git] / firefox / repos / extra-x86_64 / 0001-Bug-1831691-Use-the-vendored-glean_parser-for-all-of.patch
blob3a7118ec69ca0dd80e024862aa9382676b99ff18
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: ahochheiden <ahochheiden@mozilla.com>
3 Date: Sat, 6 May 2023 21:07:09 +0000
4 Subject: [PATCH] Bug 1831691 - Use the vendored 'glean_parser' for all of
5 `mach` r=firefox-build-system-reviewers,glandium
7 Differential Revision: https://phabricator.services.mozilla.com/D177340
8 ---
9 python/sites/build.txt | 1 -
10 python/sites/mach.txt | 1 +
11 python/sites/python-test.txt | 1 -
12 3 files changed, 1 insertion(+), 2 deletions(-)
14 diff --git a/python/sites/build.txt b/python/sites/build.txt
15 index b43f7680d200..4e6f6c51d9ad 100644
16 --- a/python/sites/build.txt
17 +++ b/python/sites/build.txt
18 @@ -1,2 +1 @@
19 -vendored:third_party/python/glean_parser
20 pth:third_party/python/vsdownload
21 diff --git a/python/sites/mach.txt b/python/sites/mach.txt
22 index b9fafd0b9c59..a18691184312 100644
23 --- a/python/sites/mach.txt
24 +++ b/python/sites/mach.txt
25 @@ -78,6 +78,7 @@ vendored:third_party/python/esprima
26 vendored:third_party/python/fluent.migrate
27 vendored:third_party/python/fluent.syntax
28 vendored:third_party/python/giturlparse
29 +vendored:third_party/python/glean_parser
30 vendored:third_party/python/gyp/pylib
31 vendored:third_party/python/idna
32 vendored:third_party/python/importlib_metadata
33 diff --git a/python/sites/python-test.txt b/python/sites/python-test.txt
34 index 48cdcd2b8f48..74889365a22b 100644
35 --- a/python/sites/python-test.txt
36 +++ b/python/sites/python-test.txt
37 @@ -1,2 +1 @@
38 -vendored:third_party/python/glean_parser
39 pypi:pytest==7.0.1