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

Fix crash when guessing Bootstrap (expand_dependencies) #1914

Merged
merged 1 commit into from
Jul 10, 2019

Conversation

opacam
Copy link
Member

@opacam opacam commented Jul 10, 2019

When a pure python package it's supplied inside the dependency list (for the method expand_dependencies), we will get a crash because we don't have a recipe for it, unless we contemplate that situation

Note: We missed that because we haven't a pure python package in our CI` builds for the testapps

As a side note: The expand_dependencies method was recently introduced in PR #1887

When a pure python package it's supplied inside the dependency list (for the method `expand_dependencies`), we will get a crash because we don't have a recipe for it, unless we contemplate that situation
@opacam opacam added the bug label Jul 10, 2019
@opacam opacam requested review from AndreMiras and a user July 10, 2019 11:04
Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching-fixing-testing it

@AndreMiras AndreMiras merged commit 21004a7 into kivy:develop Jul 10, 2019
@ghost
Copy link

ghost commented Jul 10, 2019

Oopsie, did I break things again 😬 😬 😬 the fix looks exactly like I would have done it, so good work ❤️ and sorry 😂

Edit: for what it's worth if anyone is curious, I think I didn't catch this because while I built my super complex app to test, I use --use-setup-py so I have no need for python packages in --requirements. Otherwise I would have run into it when testing myself 🤷‍♀️ oh well

@opacam opacam deleted the hotfix-fix-bootstrap-py-deps branch July 20, 2019 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants