python3Packages.matplotlib: remove nose from propagatedBuildInputs

This commit is contained in:
Ben Darwin 2020-03-25 15:32:22 -04:00 committed by Jon
parent 12c931a8e8
commit 5842ec9368

View File

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