python312Packages.radon: fix build by relaxing mando

This commit is contained in:
Noa Aarts 2024-11-05 13:07:21 +01:00
parent dc227b12af
commit ee673e603c
No known key found for this signature in database
GPG Key ID: 1850932741EFF672

View File

@ -45,6 +45,10 @@ buildPythonPackage rec {
colorama
];
pythonRelaxDeps = [
"mando"
];
optional-dependencies = {
toml = [ tomli ];
};