python3.pkgs.cmd2: depend on attrs
This commit is contained in:
parent
d0d372536b
commit
71f56c90af
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchPypi, buildPythonPackage, pythonOlder, isPy3k
|
{ stdenv, fetchPypi, buildPythonPackage, pythonOlder, isPy3k
|
||||||
, pyperclip, six, pyparsing, vim, wcwidth, colorama
|
, pyperclip, six, pyparsing, vim, wcwidth, colorama, attrs
|
||||||
, contextlib2 ? null, typing ? null, setuptools_scm
|
, contextlib2 ? null, typing ? null, setuptools_scm
|
||||||
, pytest, mock ? null, pytest-mock
|
, pytest, mock ? null, pytest-mock
|
||||||
, which, glibcLocales
|
, which, glibcLocales
|
||||||
@ -36,6 +36,7 @@ buildPythonPackage rec {
|
|||||||
six
|
six
|
||||||
pyparsing
|
pyparsing
|
||||||
wcwidth
|
wcwidth
|
||||||
|
attrs
|
||||||
]
|
]
|
||||||
++ stdenv.lib.optionals (pythonOlder "3.5") [contextlib2 typing]
|
++ stdenv.lib.optionals (pythonOlder "3.5") [contextlib2 typing]
|
||||||
;
|
;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user