Remove some more referefences to the old lzma

This commit is contained in:
Kovid Goyal 2019-11-18 20:28:38 +05:30
parent 113b14e376
commit a2731553d4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 0 additions and 13 deletions

View File

@ -12,18 +12,6 @@ Files: resources/rapydscript/*
Copyright: Various
License: BSD
Files: src/html5lib/*
Copyright: Copyright (c) 2006-2013 James Graham and other contributors
License: Expat
Files: src/lzma/*
Copyright: Igor Pavlov
License: Public Domain
Files: src/lzma/*.py src/lzma/lzma_binding.c
Copyright: Kovid Goyal
License: GPLv3
Files: src/templite/*
Copyright: Copyright (c) 2009 joonis new media, Thimo Kraemer
License: GPL-2+

View File

@ -182,7 +182,6 @@ class Plugins(collections.Mapping):
'matcher',
'tokenizer',
'certgen',
'lzma_binding',
]
if iswindows:
plugins.extend(['winutil', 'wpd', 'winfonts'])