-
Notifications
You must be signed in to change notification settings - Fork 108
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
Fix to handling of packages with caps #423
Fix to handling of packages with caps #423
Conversation
In which way did it generate the sources wrong? |
I think this is a regression, pikepdf now fails to build because |
Try #429 |
Fix regression introduced in flatpak#423
Fix regression introduced in flatpak#423
There is a difference in the x-checker-data, but the data checker doesn't seem to care: x-checker-data:
- name: Deprecated [my version and the status quo before this regression]
+ name: deprecated [@bbhtt's version] |
because you are lowercasing it in only one place - |
Currently flatpak builder doesn't handle packages with caps in them properly. i.e. it does not generate the sources appropriately for, say,
PyYAML
.