about summary refs log tree commit diff
path: root/pkgs/development/python-modules/maya
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-11-01 21:59:40 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-11-02 13:38:06 +0100
commitb2767b69ddc702eb926633a5f2336534352cb7b8 (patch)
tree9bb8b9e9c9e74795e4aa879182455b4cc882d8f2 /pkgs/development/python-modules/maya
parente91d4957d0b58f46761d8b1d4d245cdc14c1e34a (diff)
python39Packages.ruamel-yaml: normalise name, adopt
Diffstat (limited to 'pkgs/development/python-modules/maya')
-rw-r--r--pkgs/development/python-modules/maya/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/maya/default.nix b/pkgs/development/python-modules/maya/default.nix
index 4a751a188c247..baa95f7c7de2f 100644
--- a/pkgs/development/python-modules/maya/default.nix
+++ b/pkgs/development/python-modules/maya/default.nix
@@ -1,5 +1,5 @@
 { lib, fetchPypi, fetchpatch, buildPythonPackage
-, dateparser, humanize, pendulum, ruamel_yaml, tzlocal }:
+, dateparser, humanize, pendulum, ruamel-yaml, tzlocal }:
 
 buildPythonPackage rec {
   pname = "maya";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     })
   ];
 
-  propagatedBuildInputs = [ dateparser humanize pendulum ruamel_yaml tzlocal ];
+  propagatedBuildInputs = [ dateparser humanize pendulum ruamel-yaml tzlocal ];
 
   # No tests
   doCheck = false;