python-packer icon indicating copy to clipboard operation
python-packer copied to clipboard

Remove `sh` dependency

Open nir0s opened this issue 8 years ago • 1 comments

Currently, there's only one dependency for packer - sh. I don't see a reason to keep that dependency as it can be easily replaced with subprocess.

nir0s avatar Jan 14 '17 13:01 nir0s

Doing this may make it easier to grab output from stdout.

adyrcz avatar Jan 29 '17 22:01 adyrcz