gecko-dev/third_party/python
Mike Hommey 3a8c76af74 Bug 1722540 - Fix `gyp.common.RelativePath`'s handling of case. r=firefox-build-system-reviewers,nalexander
For some reason, it's not using os.path.relpath, but also doesn't handle
case sensitivity correctly, which os.path.relpath does. However, it
has some differences with os.path.relpath that need to be kept:
- os.path.relpath throws an exception when both paths have a different
drive letter.
- os.path.relpath returns os.path.curdir when both paths are identical.
- the follow_path_symlink flag is not supported by os.path.relpath.

Differential Revision: https://phabricator.services.mozilla.com/D121145
2021-07-28 23:34:14 +00:00
..
Click Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
Jinja2 Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
MarkupSafe
PyYAML Bug 1698616: Bump python dependencies r=firefox-build-system-reviewers,glandium 2021-05-04 20:43:26 +00:00
appdirs Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
atomicwrites Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
attrs Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
blessings Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
cbor2
certifi Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
chardet Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
compare_locales Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
cookies Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
coverage
cram/cram
diskcache Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
distro Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
dlmanager
ecdsa Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
esprima
fluent.migrate Bug 1696206 - Vendor fluent.migrate 0.11; r=flod 2021-03-17 18:51:01 +00:00
fluent.syntax Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
funcsigs
glean_parser Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
gyp Bug 1722540 - Fix `gyp.common.RelativePath`'s handling of case. r=firefox-build-system-reviewers,nalexander 2021-07-28 23:34:14 +00:00
idna Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
importlib_metadata Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
iso8601 Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
jsmin
json-e
jsonschema Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
mohawk
more_itertools Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
mozilla_version Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
pathlib2/pathlib2-2.3.2.dist-info Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
pathspec Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
pep487
pip_tools Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
pluggy Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
ply
py Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
pyasn1 Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
pyasn1-modules
pylru
pyrsistent
pystache
pytest Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
python-hglib
pytoml
redo Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
requests Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
requests-unixsocket
responses Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
rsa
sentry_sdk Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
six Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
slugid
taskcluster
taskcluster-urls
typing_extensions Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
urllib3 Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
virtualenv Bug 1680802: Bump vendored virtualenv package r=firefox-build-system-reviewers,sheehan,glandium 2021-01-05 20:09:38 +00:00
voluptuous Bug 1719144 - Update voluptuous. r=firefox-build-system-reviewers,mhentges 2021-07-06 15:26:30 +00:00
yamllint Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
zipp Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
moz.build Bug 1714641: Remove usages of vendored "enum34" library r=ahal 2021-06-09 15:48:53 +00:00
requirements.in Bug 1719144 - Update voluptuous. r=firefox-build-system-reviewers,mhentges 2021-07-06 15:26:30 +00:00
requirements.txt Bug 1719144 - Update voluptuous. r=firefox-build-system-reviewers,mhentges 2021-07-06 15:26:30 +00:00