-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Remove superfluous recipes #1387
Comments
Except |
AndreMiras
pushed a commit
to AndreMiras/python-for-android
that referenced
this issue
May 16, 2020
AndreMiras
pushed a commit
to AndreMiras/python-for-android
that referenced
this issue
May 16, 2020
AndreMiras
pushed a commit
to AndreMiras/python-for-android
that referenced
this issue
May 16, 2020
AndreMiras
added a commit
that referenced
this issue
May 16, 2020
Remove superfluous recipes fixes #1387
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since pure python packages which can be installed via pip do not need a dedicated recipe, the following recipes seem superfluous:
cherrypy
enum34
geventwebsocket
greenlet
idna
ipaddress
libnacl
pbkdf2
pyaml
pyasn1
pyethereum
requests
simplecrypt
pyopenssl (contains an unused patch)
websocket_client (contains an unused patch)
pysdl2 (readded due to test failues)
six (readded due to test failues)
list may be incomplete
There are some more python only recipes, which set
install_in_hostpython
toTrue
, so i guess this packages must stay?The text was updated successfully, but these errors were encountered: