Bug 1634535 - Move ply to third_party/python r=glandium

The license used to be LGPL so the code lived in other-licenses, but it was changed to BSD eleven years ago. Let's move it over to third_party/python/ply where it belongs.

    ./mach vendor python ply==3.10

`diff -r` between the original `ply` directory and the new one only comes up with the new file `third_party/python/ply/CHANGES` which isn't relevant to the functionality of the code, so this should be a no-op all told.

Differential Revision: https://phabricator.services.mozilla.com/D73341
This commit is contained in:
Ricky Stewart 2020-05-05 16:02:02 +00:00
parent 6092b43712
commit ab55fb68d1
172 changed files with 1399 additions and 1 deletions

View File

@ -77,7 +77,7 @@ mozilla.pth:config/mozunit
mozilla.pth:dom/bindings
mozilla.pth:dom/bindings/parser
mozilla.pth:layout/tools/reftest
mozilla.pth:other-licenses/ply/
mozilla.pth:third_party/python/ply
mozilla.pth:taskcluster
mozilla.pth:testing
mozilla.pth:testing/condprofile

1394
third_party/python/ply/CHANGES vendored Normal file

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More