python314Packages.untokenize: disable

It fails to build with

    AttributeError: 'Constant' object has no attribute 's'
This commit is contained in:
Robert Schütz
2026-01-14 05:17:36 -08:00
parent 2f594d5af9
commit 664ba4394e
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
pythonAtLeast,
unittestCheckHook,
}:
@@ -10,6 +11,9 @@ buildPythonPackage rec {
version = "0.1.1";
format = "setuptools";
# https://github.com/myint/untokenize/issues/4
disabled = pythonAtLeast "3.14";
src = fetchPypi {
inherit pname version;
sha256 = "3865dbbbb8efb4bb5eaa72f1be7f3e0be00ea8b7f125c69cbd1f5fda926f37a2";