python312Packages.flask-assets: nose to pynose

fixes build on python3.12
part of #311054

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2024-07-08 08:59:56 +02:00
parent 27df7ed3a7
commit 45c01508a0
@@ -6,7 +6,7 @@
flask,
webassets,
flask-script,
nose,
pynose,
}:
buildPythonPackage rec {
@@ -32,7 +32,7 @@ buildPythonPackage rec {
flask
webassets
flask-script
nose
pynose
];
meta = with lib; {