pyinvoke / invocations

Reusable Invoke tasks
http://invocations.readthedocs.io
BSD 2-Clause "Simplified" License
165 stars 28 forks source link

Make the package work without bundled packages in invoke #13

Closed scarabeusiv closed 5 years ago

scarabeusiv commented 6 years ago

This package expect invoke to contain vendored content which is quite often removed by distributions.

Attached patch will make the imports optional falling back to system packages:

invocations-no-bundled.txt

bitprophet commented 5 years ago

See #11!