Skip to content

stack: add a version pin for subprocess32 ( 3.5.3 )

Jérome Perrin requested to merge jerome/slapos:feat/subprocess32 into master

It will be used on python2.7

from https://docs.python.org/2/library/subprocess.html : POSIX users (Linux, BSD, etc.) are strongly encouraged to install and use the much more recent subprocess32 module instead of the version included with python 2.7. It is a drop in replacement with better behavior in many situations.

Merge request reports