python313Packages.patator: mark as broken

Still uses cx-oracle which is broken and was replaced by oracledb
https://github.com/lanjelot/patator/issues/234
This commit is contained in:
Fabian Affolter
2025-07-11 13:51:26 +02:00
parent d45251f033
commit ed6840a95c
@@ -61,5 +61,8 @@ buildPythonPackage rec {
homepage = "https://github.com/lanjelot/patator";
license = licenses.gpl2Only;
maintainers = with maintainers; [ y0no ];
# Still uses cx-oracle which is broken and was replaced by oracledb
# https://github.com/lanjelot/patator/issues/234
broken = true;
};
}