Conversation
I did this wrong...
NdgHttpsClient for real.
|
I'm curious, why is this recipe even needed? The package appears to be pure-Python, and you're not patching it or making any other changes to the build. |
|
I just checked your original PR. You are using an outdated version of p4a - pip does not install dependencies since Jan 8. |
|
Really? I was running master pull about a week ago and it was installing On Thu, Feb 18, 2016 at 7:24 AM, Ryan Pessa [email protected]
|
|
I'll try it again but my version of p4a was cloned less than 10 days ago. On Thu, Feb 18, 2016 at 8:59 AM, Kyle Monson [email protected] wrote:
|
|
Also, wouldn't it specifying requirements that wouldn't get installed On Thu, Feb 18, 2016 at 9:01 AM, Kyle Monson [email protected] wrote:
|
|
I turned off pip deps because it was breaking things in my builds (in particular, alembic was installing SQLAlchemy which needs a recipe to use the C extension): https://github.com/kivy/python-for-android/blob/master/pythonforandroid/build.py#L620 Though I can see how it would be a convenience to not need to specify the deps manually. I just worry that going down this route we could end up with a lot of recipe clutter. |
|
Fair enough. There might be a good case for "package recipes" or whatever I still wonder why it was installing deps in my case. I'll double check, On Thu, Feb 18, 2016 at 9:40 AM, Ryan Pessa [email protected]
|
|
Is this PR now unnecessary? It doesn't seem to contain any real change anyway. I'll close it for now, but feel free to raise it again if I'm wrong. |
I completely messed up the last pull request. It's what I get for trying to do it all through the github interface.