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

View File

@ -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]
; ;