pythonPackages.werkzeug: fix test execution, add empty maintainers field

This commit is contained in:
Sandro Jäckel
2021-03-09 10:23:52 +01:00
parent 421dc8f424
commit babb021209
2 changed files with 8 additions and 1 deletions

View File

@@ -25,5 +25,6 @@ buildPythonPackage rec {
homepage = "https://palletsprojects.com/p/werkzeug/";
description = "A WSGI utility library for Python";
license = licenses.bsd3;
maintainers = [ ];
};
}