Bug 1714641: Remove usages of vendored "enum34" library r=ahal

`enum` functionality has been part of Python since, well, Python 3.4.

Differential Revision: https://phabricator.services.mozilla.com/D117065
This commit is contained in:
Mitchell Hentges 2021-06-09 15:48:53 +00:00
Родитель 2b33ad4fc7
Коммит 8e8064564e
1 изменённых файлов: 0 добавлений и 3 удалений

3
third_party/python/moz.build поставляемый
Просмотреть файл

@ -20,9 +20,6 @@ with Files('compare-locales/**'):
with Files('dlmanager/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('enum34/**'):
BUG_COMPONENT = ('Release Engineering', 'General')
with Files('fluent.migrate/**'):
BUG_COMPONENT = ('Localization Infrastructure and Tools', 'Fluent Migration')