
Evgheni Dereveanchin created OVIRT-1026: ------------------------------------------- Summary: mock_genconfig fails on fc25 due to missing requests library Key: OVIRT-1026 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1026 Project: oVirt - virtualization made easy Issue Type: Bug Reporter: Evgheni Dereveanchin Assignee: infra Priority: High Some jobs are failing on Fedora 25 slaves due to missing requests library: http://jenkins.ovirt.org/user/sbonazzo/my-views/view/Failing%20by%20release/... 16:39:15 + ./mock_genconfig --name=fedora-24-x86_64-custom --base=fedora-24-x86_64.cfg --option=basedir=/home/jenkins/workspace/vcredist-x86_4.1_create-rpms-fc24-x86_64_created/mock/ --try-proxy 16:39:16 Traceback (most recent call last): 16:39:16 File "./mock_genconfig", line 8, in <module> 16:39:16 import requests 16:39:16 ImportError: No module named requests 16:39:16 Build step 'Execute shell' marked build as failure In puppet code there seems to be a workaround to install requests but only on Fedora 24 - we need to check if this is needed for Fedora 25 as well -- This message was sent by Atlassian JIRA (v1000.695.1#100025)