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