Unverified Commit e65e5349 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python313Packages.word2number: fix build (#434736)

parents cce27474 e13b0421
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
  ];