python3Packages.radios: relax pycountry version constraint (#502729)

This commit is contained in:
dotlambda
2026-03-23 17:48:34 +00:00
committed by GitHub
@@ -35,6 +35,8 @@ buildPythonPackage rec {
--replace-fail 'version = "0.0.0"' 'version = "${version}"'
'';
pythonRelaxDeps = [ "pycountry" ];
build-system = [
poetry-core
];