mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
42 lines
1.7 KiB
Diff
42 lines
1.7 KiB
Diff
Patch-Source: https://github.com/archlinux/svntogit-packages/blob/f1173939c033b642ea4c2b5c53fa9b881d0545f5/trunk/0001-Bug-1831691-Use-the-vendored-glean_parser-for-all-of.patch
|
|
--
|
|
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
|