python314Packages.untokenize: disable (#480036)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user