diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/config/mozbase_requirements.txt | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/config/mozbase_requirements.txt')
-rw-r--r-- | testing/config/mozbase_requirements.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/testing/config/mozbase_requirements.txt b/testing/config/mozbase_requirements.txt new file mode 100644 index 0000000000..fe277e2f6a --- /dev/null +++ b/testing/config/mozbase_requirements.txt @@ -0,0 +1,31 @@ +../tools/mozterm +../tools/geckoprocesstypes_generator + +../mozbase/manifestparser +../mozbase/mozcrash +../mozbase/mozdebug +../mozbase/mozdevice +../mozbase/mozfile +../mozbase/mozgeckoprofiler +../mozbase/mozhttpd +../mozbase/mozinfo +../mozbase/mozinstall +../mozbase/mozleak +../mozbase/mozlog +../mozbase/moznetwork +../mozbase/mozpower +../mozbase/mozprocess +../mozbase/mozprofile +../mozbase/mozproxy +../mozbase/mozrunner +../mozbase/mozserve +../mozbase/mozscreenshot +../mozbase/moztest +../mozbase/mozversion + +../condprofile; sys_platform != 'darwin' +aiohttp==3.7.4.post0; sys_platform != 'darwin' +https://pypi.pub.build.mozilla.org/pub/arsenic-19.1-py3-none-any.whl; sys_platform != 'darwin' +requests==2.22.0; sys_platform != 'darwin' +pyyaml==5.1.2; sys_platform != 'darwin' +structlog==15.2.0; sys_platform != 'darwin'
\ No newline at end of file |