jenkins-job-builder: fix build, relax pyyaml version constraint
This commit is contained in:
parent
17153b78f3
commit
20d9f5d9f3
@ -17,6 +17,9 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
# relax version constraint, https://storyboard.openstack.org/#!/story/2009723
|
||||
substituteInPlace requirements.txt --replace 'PyYAML>=3.10.0,<6' 'PyYAML>=3.10.0'
|
||||
|
||||
export HOME=$TMPDIR
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user