python3.pkgs.cmd2: depend on attrs

This commit is contained in:
Robert Schütz 2019-01-18 12:01:06 +01:00
parent d0d372536b
commit 71f56c90af

@ -1,5 +1,5 @@
{ stdenv, fetchPypi, buildPythonPackage, pythonOlder, isPy3k
, pyperclip, six, pyparsing, vim, wcwidth, colorama
, pyperclip, six, pyparsing, vim, wcwidth, colorama, attrs
, contextlib2 ? null, typing ? null, setuptools_scm
, pytest, mock ? null, pytest-mock
, which, glibcLocales
@ -36,6 +36,7 @@ buildPythonPackage rec {
six
pyparsing
wcwidth
attrs
]
++ stdenv.lib.optionals (pythonOlder "3.5") [contextlib2 typing]
;