python39Packages.ruamel-yaml: normalise name, adopt
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user