python3Packages.matplotlib: remove nose from propagatedBuildInputs
This commit is contained in:
parent
12c931a8e8
commit
5842ec9368
@ -41,7 +41,7 @@ buildPythonPackage rec {
|
||||
++ stdenv.lib.optional stdenv.isDarwin [ Cocoa ];
|
||||
|
||||
propagatedBuildInputs =
|
||||
[ cycler dateutil nose numpy pyparsing tornado freetype kiwisolver
|
||||
[ cycler dateutil numpy pyparsing tornado freetype kiwisolver
|
||||
libpng mock pytz ]
|
||||
++ stdenv.lib.optional (pythonOlder "3.3") backports_functools_lru_cache
|
||||
++ stdenv.lib.optionals enableGtk3 [ cairo pycairo gtk3 gobject-introspection pygobject3 ]
|
||||
|
Loading…
Reference in New Issue
Block a user