Skip to content

Conversation

opacam
Copy link
Member

@opacam opacam commented Aug 15, 2019

Closes: #1949

The error was: build/other_builds/hostpython3/desktop/hostpython3/Include/Python.h:39:19: fatal error: crypt.h: No such file or directory
url = 'https://pypi.python.org/packages/d1/23/5fa829706ee1d4452552eb32e0bfc1039553e01f50a8754c6f7152e85c1b/regex-{version}.tar.gz'
version = '2019.06.08'
url = (
'https://files.pythonhosted.org/packages/6f/4e/'
Copy link
Member Author

Choose a reason for hiding this comment

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

I'm not sure if we should split the url line as I did, to keep us below 80 characters (I think that We already did that in some recipes...:thinking:...I don't remember now)...anyway...We could also use a noqa marker instead.

Copy link
Member

@AndreMiras AndreMiras Aug 15, 2019

Choose a reason for hiding this comment

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

Anyway I would not put that hash since it's often changing. There's a hack to make it work, try that:

url = 'https://pypi.python.org/packages/source/r/regex/regex-{version}.tar.gz'

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

@opacam opacam merged commit 61ee55f into kivy:develop Aug 16, 2019
@opacam opacam deleted the hotfix-regex branch August 16, 2019 12:37
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.

How to overcome:? #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
2 participants