> If someone adds a new dependency, they should be able to easily say "build
> anything that I don't already have a local wheel file for from source".
>

"pip wheel -r requirements.txt" will blindly rebuild wheels for all your
dependencies, regardless of it being in your wheel dir already.
it's been on the list for about 9 months now to make this better  :  )
https://github.com/pypa/pip/issues/855
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to