sarugaku / passa

Resolver implementation and toolset for generating and interacting with Pipfile and Pipfile.lock.
ISC License
53 stars 12 forks source link

Vendor functools32 #64

Closed uranusjr closed 5 years ago

uranusjr commented 5 years ago

I forked and built a functools32 wheel, and override it in Pipfile (Passa is smart enough to pick that without conflicting, yay!). Hopfully this fix #61.

uranusjr commented 5 years ago

Okay so the functools32 thing is resolved, but packing still does not work because yaspin does not function properly inside a zip. @techalchemy please somehow make it optional?

techalchemy commented 5 years ago

It is optional ? You don’t need to install it and you can use nospin=True

techalchemy commented 5 years ago

It’s been optional since you asked the first time

techalchemy commented 5 years ago

Btw vistir already points at an lru_cache backport so I think we functionally have two now