mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python39Packages.ruamel-yaml: normalise name, adopt
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
, git
|
||||
, pythonOlder
|
||||
, pytestCheckHook
|
||||
, ruamel_yaml
|
||||
, ruamel-yaml
|
||||
, toml
|
||||
}:
|
||||
|
||||
@@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
ruamel_yaml
|
||||
ruamel-yaml
|
||||
toml
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user