Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1800711

Summary: Unpinned CI dependency in template-service-broker-operator dropped support for Python 2
Product: OpenShift Container Platform Reporter: Fabian von Feilitzsch <fabian>
Component: Service BrokerAssignee: Fabian von Feilitzsch <fabian>
Status: CLOSED WONTFIX QA Contact: Cuiping HUO <chuo>
Severity: low Docs Contact:
Priority: low    
Version: 4.1.zCC: aos-bugs, jesusr, jfan
Target Milestone: ---   
Target Release: 4.1.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1800696 Environment:
Last Closed: 2020-05-04 14:01:45 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1800710    
Bug Blocks:    

Description Fabian von Feilitzsch 2020-02-07 18:47:33 UTC
+++ This bug was initially created as a clone of Bug #1800696 +++

Description of problem:
more-itertools, pulled in by setuptools, dropped support for python2. We need to pin the more-itertools version to 

Version-Release number of selected component (if applicable):
First showed up in 4.4, likely needs to be backported to all versions

How reproducible:
100%

Steps to Reproduce:
1. Attempt to build the CI dockerfile with the command `docker build -f build/custom-ci-build-root.Dockerfile .

Actual results:
Syntax error during install due to `yield from` syntax in more-itertools dependency

Expected results:
Build succeeds

Additional info:

Comment 1 Jesus M. Rodriguez 2020-05-04 14:01:45 UTC
4.1 moving to critical updates only, if we have to post a PR against the repo for that release, we can also fix these at the same time.