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:
parent
9f00b3ba3e
commit
0080db66d4
8 changed files with 15 additions and 19 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue