diff options
author | Martin Stransky <stransky@redhat.com> | 2020-12-09 16:58:08 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-12-09 16:58:08 +0100 |
commit | 1eea5d7c7fbd2eb433ce0748f48ab28fff1e3563 (patch) | |
tree | c1082eab8a248f91bdb10c5491b7993e2bafa64e /firefox-mochitest.patch | |
parent | changelog fix (diff) | |
download | librewolf-fedora-ff-1eea5d7c7fbd2eb433ce0748f48ab28fff1e3563.tar.gz librewolf-fedora-ff-1eea5d7c7fbd2eb433ce0748f48ab28fff1e3563.tar.bz2 librewolf-fedora-ff-1eea5d7c7fbd2eb433ce0748f48ab28fff1e3563.zip |
Added missing patch
Diffstat (limited to 'firefox-mochitest.patch')
-rw-r--r-- | firefox-mochitest.patch | 9 |
1 files changed, 9 insertions, 0 deletions
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 |