requirements.txt: Add conditional pyliblzma-req-install
pyliblzma is not required in python >= 3.3, and backports.lzma
works for all versions prior to that one. Let's update
the requirements.txt file to only install that backport
when necessary.
Signed-off-by: NLucas Meneghel Rodrigues <lookkas@gmail.com>
Showing
# Avocado functional requirements | ||
# .tar.xz support (avocado.utils.archive) | ||
pyliblzma>=0.5.3 | ||
backports.lzma>=0.0.10; python_version < '3.3' | ||
# REST client (avocado.core.restclient) | ||
requests>=1.2.3 | ||
# six is a stevedore depedency, but we also use it directly | ||
... | ... |
想要评论请 注册 或 登录