Loading pkgs/development/python-modules/word2number/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ setuptools-scm, future, python, pythonOlder, }: buildPythonPackage rec { Loading @@ -23,7 +24,7 @@ buildPythonPackage rec { setuptools-scm ]; dependencies = [ dependencies = lib.optionals (pythonOlder "3.13") [ future ]; Loading Loading
pkgs/development/python-modules/word2number/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ setuptools-scm, future, python, pythonOlder, }: buildPythonPackage rec { Loading @@ -23,7 +24,7 @@ buildPythonPackage rec { setuptools-scm ]; dependencies = [ dependencies = lib.optionals (pythonOlder "3.13") [ future ]; Loading