Used test-distributions to fix the installation.

- Correctly using our urwid.
- LS_COLORS needed to be in the package.
- Didn't need to use pip3.
This commit is contained in:
Andrew Hamilton 2017-06-28 09:07:40 +01:00
parent 9f00b3ba3e
commit 0080db66d4
8 changed files with 15 additions and 19 deletions

View file

@ -400,8 +400,7 @@ def pycodestyle(path):
return _run_command([_python_version(path), "-m", "pycodestyle", path])
@deps(deps={"python-pyflakes", "python3-pyflakes"},
arch_deps={"python2-pyflakes", "python-pyflakes"},
@deps(deps={"pyflakes"}, arch_deps={"python2-pyflakes", "python-pyflakes"},
opensuse_deps={"python2-pyflakes", "python3-pyflakes"}, url="pyflakes",
missing_in={"gentoo"})
def pyflakes(path):