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
@@ -5,7 +5,7 @@
, pytestCheckHook
, pythonOlder
, pyyaml
, ruamel_yaml
, ruamel-yaml
, toml
}:
@@ -24,7 +24,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
msgpack
pyyaml
ruamel_yaml
ruamel-yaml
toml
];