python313Packages.linien-common: unbreak with pythonRelaxDeps

This commit is contained in:
Peder Bergebakken Sundt
2025-04-27 03:33:32 +02:00
parent 1fa78f6be7
commit 39fbf9cb70
@@ -31,7 +31,10 @@ buildPythonPackage rec {
build-system = [ setuptools ];
pythonRelaxDeps = [ "importlib-metadata" ];
pythonRelaxDeps = [
"importlib-metadata"
"numpy"
];
dependencies = [
importlib-metadata