Skip to content

Commit fa35e89

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent eacf6e8 commit fa35e89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/_data/infiles/environment/normalize-packagename/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ description = "packages with non-normalized names"
77
# see https://packaging.python.org/en/latest/specifications/name-normalization/#name-normalization
88

99
dependencies = [
10-
"ruamel-YAML[jinja2]" # actually "ruamel.yaml", normalizes to "ruamel-yaml"
10+
"ruamel-YAML[jinja2]", # actually "ruamel.yaml", normalizes to "ruamel-yaml"
11+
"ruamel_yaml-Clib" # actually "ruamel.yaml.clib" -- installed for interop
1112
]

0 commit comments

Comments
 (0)