python313Packages.ciscoconfparse2: mark as broken
Missing support for hier_config > 3 https://github.com/mpenning/ciscoconfparse2/issues/19
This commit is contained in:
parent
c61812a5df
commit
8c34ca893a
@ -84,5 +84,7 @@ buildPythonPackage rec {
|
|||||||
changelog = "https://github.com/mpenning/ciscoconfparse2/blob/${src.tag}/CHANGES.md";
|
changelog = "https://github.com/mpenning/ciscoconfparse2/blob/${src.tag}/CHANGES.md";
|
||||||
license = lib.licenses.gpl3Only;
|
license = lib.licenses.gpl3Only;
|
||||||
maintainers = with lib.maintainers; [ fab ];
|
maintainers = with lib.maintainers; [ fab ];
|
||||||
|
# https://github.com/mpenning/ciscoconfparse2/issues/19
|
||||||
|
broken = lib.versionAtLeast hier-config.version "3";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user