thoth-station / s2i-thoth

Thoth's addition to OpenShift's s2i Python builds to benefit from Thoth's recommendations in your application
GNU General Public License v3.0
6 stars 19 forks source link

:recycle: Use pip-compile'd requirements for f35 #250

Closed harshad16 closed 2 years ago

harshad16 commented 2 years ago

Use pip-compile'd requirements for f35 Signed-off-by: Harshad Reddy Nalla hnalla@redhat.com

Related Issues and Dependencies

Fixes: #242

Description

The requirements compilation using pip-compile which skips base package like setuptool and pip would help with f35 image update. As we dont requires setuptool all up dated.

sesheta commented 2 years ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: To complete the pull request process, please ask for approval from harshad16 after the PR has been reviewed.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/thoth-station/s2i-thoth/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment