python313Packages.word2number: fix build (#434736)
This commit is contained in:
commit
e65e534914
@ -5,6 +5,7 @@
|
|||||||
setuptools-scm,
|
setuptools-scm,
|
||||||
future,
|
future,
|
||||||
python,
|
python,
|
||||||
|
pythonOlder,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -23,7 +24,7 @@ buildPythonPackage rec {
|
|||||||
setuptools-scm
|
setuptools-scm
|
||||||
];
|
];
|
||||||
|
|
||||||
dependencies = [
|
dependencies = lib.optionals (pythonOlder "3.13") [
|
||||||
future
|
future
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user