mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 05:00:19 +00:00
Merge pull request #154621 from samhug/wip-jenkins-job-builder
This commit is contained in:
commit
75262b9827
@ -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