From 1eea5d7c7fbd2eb433ce0748f48ab28fff1e3563 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 9 Dec 2020 16:58:08 +0100 Subject: Added missing patch --- firefox-mochitest.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 firefox-mochitest.patch diff --git a/firefox-mochitest.patch b/firefox-mochitest.patch new file mode 100644 index 0000000..c7539be --- /dev/null +++ b/firefox-mochitest.patch @@ -0,0 +1,9 @@ +diff --git a/testing/tools/websocketprocessbridge/websocketprocessbridge_requirements_3.txt b/testing/tools/websocketprocessbridge/websocketprocessbridge_requirements_3.txt +--- a/testing/tools/websocketprocessbridge/websocketprocessbridge_requirements_3.txt ++++ b/testing/tools/websocketprocessbridge/websocketprocessbridge_requirements_3.txt +@@ -1,4 +1,5 @@ + # This file is the websocketprocess requirements.txt used with python 3. ++pyrsistent + + # needed by txws, and we'd like pip to get it from the local server before setuptools tries pypi + six -- cgit