Project

Profile

Help

Issue #816

Updated by rbarlow about 9 years ago

Since Pulp carries python-requests for EL6, we should fix the following issues, copied from the downstream bug: issues: 

 > Description of problem: 
 > python-requests 2.x builds for Sat6 bundle multiple libraries: 
 > - python-chardet 
 > - python-urllib3, which additionally embeds: 
 > 
   - python-ordereddict 
 > 
   - python-six 
 > 
   - python-backports-ssl_match_hostname 
 >  
 > 

 All those libraries are packaged separately for Sat6 too. 
 >  
 > 

 Additionally, it bundles own CA certificate bundle - cacert.pem - rather than using system one from ca-certificates.

Back