Commit e13b0421 authored by Sigmanificient's avatar Sigmanificient
Browse files

python313Packages.word2number: fix build

parent e43ac5cf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
  ];