aws-cloudformation / cloudformation-cli-python-plugin

The CloudFormation Provider Development Toolkit Python Plugin allows you to autogenerate Python code based on an input schema.
Apache License 2.0
108 stars 45 forks source link

fix(submit) - pip build on windows command causing unintended consequence on posix #236

Closed mmaeng closed 1 year ago

mmaeng commented 1 year ago

Closes #235

Non docker - python requirements build on Windows requires shell parameter for subprocess.run. This causes non-docker builds on POSIX systems to not gather dependencies. Changed to use altered statement only on windows.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.