python3Packages.orderedset: mark as broken

This commit is contained in:
Fabian Affolter 2022-02-28 11:50:30 +01:00
parent ef8c2381d7
commit 1f5d85aedc

View File

@ -14,5 +14,8 @@ buildPythonPackage rec {
homepage = "https://pypi.python.org/pypi/orderedset";
license = licenses.bsd3;
maintainers = [ maintainers.jtojnar ];
# No support for Python 3.9/3.10
# https://github.com/simonpercivall/orderedset/issues/36
broken = true;
};
}