StackStorm / st2-packages

StackStorm deb/rpm packages (automated docker build pipeline)
https://stackstorm.com/
27 stars 59 forks source link

Fix EL7 build for Orquesta v1.6.0 update with 'python_version' markers #728

Closed arm4b closed 9 months ago

arm4b commented 9 months ago

pip resolver failed processing the dependencies when using the python_version dependent environment markers in orquesta requirements.txt https://github.com/StackStorm/orquesta/pull/255.

Build failure: https://app.circleci.com/pipelines/github/StackStorm/st2/4158/workflows/11838dac-5adc-4554-9a87-f7bf506bedb6/jobs/15940?invite=true#step-109-978547_123

Relying on --use-deprecated=legacy-resolver masks the problem and makes the build succeed.

See https://github.com/StackStorm/st2/pull/6050 for more context.

arm4b commented 9 months ago

This PR is RFR, but will hold with merging until we fix the st2cicd e2e build failures.