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

Add python depends #455

Merged
merged 1 commit into from
May 9, 2020
Merged

Conversation

misl6
Copy link
Member

@misl6 misl6 commented Apr 26, 2020

This PR adds python_depends in recipe.

It's needed, for example, to include certifi when building kivy.

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.

Pretty cool, so you're making it possible not to have to explicitly:

python toolchain.py pip install certifi

So now basically we can just add python_depends to the recipes that have such dependency?
Could you rebase the PR on master so I can give it a try and potentially merge?

@misl6 misl6 force-pushed the add-plain-python-requirements branch from 9f95466 to 85177f5 Compare May 9, 2020 11:28
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.

LGTM, I'll give a runtime test while the CI is building

@AndreMiras
Copy link
Member

Nice work, I gave it a try runtime with netiface adding setuptools to the python_depends list and it worked great. Let's merge 🚀

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 this pull request may close these issues.

2 participants