Skip to content

PyZQM recipe needs setuptools, list it explicitly in deps #2404

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

Merged
merged 2 commits into from
Jan 7, 2021

Conversation

rambo
Copy link
Contributor

@rambo rambo commented Jan 7, 2021

It seems to be no longer automagically available at this build stage (maybe some order of operations got changed)

AndreMiras
AndreMiras previously approved these changes Jan 7, 2021
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 the update, I've added a small suggestion if you don't mind editing the PR?

Comment on lines 13 to 14
version = 'master'
url = 'https://github.com/zeromq/pyzmq/archive/{version}.zip'
Copy link
Member

Choose a reason for hiding this comment

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

Could we take the opportunity to pin this version to last release so our builds are more reproducible?

Suggested change
version = 'master'
url = 'https://github.com/zeromq/pyzmq/archive/{version}.zip'
version = '20.0.0'
https://github.com/zeromq/pyzmq/archive/v{version}.zip

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed

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

@AndreMiras AndreMiras merged commit 1518d9c into kivy:develop Jan 7, 2021
vesellov pushed a commit to vesellov/python-for-android that referenced this pull request Feb 10, 2021
* try installing setuptools first
* use specific pyzmq  version tag
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