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:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user