python313Packages.zeroc-ice: mark as broken (#462470)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
pythonAtLeast,
|
||||
fetchPypi,
|
||||
setuptools,
|
||||
bzip2,
|
||||
@@ -12,6 +13,11 @@ buildPythonPackage rec {
|
||||
version = "3.7.10.1";
|
||||
pyproject = true;
|
||||
|
||||
# Upstream PR: https://github.com/zeroc-ice/ice/pull/2910
|
||||
# But this hasn't been merged into the 3.7 branch, and the patch doesn't
|
||||
# apply cleanly.
|
||||
disabled = pythonAtLeast "3.13";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "zeroc_ice";
|
||||
inherit version;
|
||||
|
||||
Reference in New Issue
Block a user