Merge pull request #154621 from samhug/wip-jenkins-job-builder

This commit is contained in:
Martin Weinelt 2022-01-12 22:17:55 +01:00 committed by GitHub
commit 75262b9827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
'';