Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicated key *url* in meta.yaml #67

Closed
msviridov-rocket opened this issue Jul 31, 2019 · 1 comment · Fixed by #80
Closed

Duplicated key *url* in meta.yaml #67

msviridov-rocket opened this issue Jul 31, 2019 · 1 comment · Fixed by #80

Comments

@msviridov-rocket
Copy link

When trying to process meta.yaml using ruamel_yaml it shows a error. It can be suppressed now, but it will become a real error in future. If you want to use several sources you have to use a list like that:

source:
  - url: <first url here>
    sha256: <checksum for the url above>
  - url: <second url here>

Otherwise YAML parsers raise DuplicatedKeyError or another exception with the same meaning.

@TomAugspurger
Copy link
Contributor

Do you want to submit a PR removing the first url? The GitHub one is the correct one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants