python39Packages.ruamel-yaml: normalise name, adopt

This commit is contained in:
Sandro Jäckel
2021-11-01 21:59:40 +01:00
parent e91d4957d0
commit b2767b69dd
31 changed files with 61 additions and 66 deletions

View File

@@ -4,7 +4,7 @@
, git
, pythonOlder
, pytestCheckHook
, ruamel_yaml
, ruamel-yaml
, toml
}:
@@ -21,7 +21,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
ruamel_yaml
ruamel-yaml
toml
];