jenkins-job-builder: fix build, relax pyyaml version constraint

This commit is contained in:
Sam Hug
2022-01-11 16:18:47 -08:00
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
'';