Commit a174cb05 authored by Jérome Perrin's avatar Jérome Perrin

README: remove references to backports.lzma

Now that this is python3 only, we always have lzma
parent 63563841
...@@ -72,10 +72,6 @@ If you are running from repository, you need to fetch them first:: ...@@ -72,10 +72,6 @@ If you are running from repository, you need to fetch them first::
python setup.py deps python setup.py deps
Also, apachedex can make use of backports.lzma
(http://pypi.python.org/pypi/backports.lzma/) if it's installed to support xz
file compression.
Input Input
----- -----
...@@ -92,7 +88,7 @@ Input files may be provided uncompressed or compressed in: ...@@ -92,7 +88,7 @@ Input files may be provided uncompressed or compressed in:
- gzip2 - gzip2
- xz (if module backports.lzma is installed) - xz
Input filename "-" is understood as stdin. Input filename "-" is understood as stdin.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment