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

authored by Martin Weinelt and committed by GitHub 75262b98 dd5d6b87

+3
+3
pkgs/development/python-modules/jenkins-job-builder/default.nix
··· 17 17 }; 18 18 19 19 postPatch = '' 20 + # relax version constraint, https://storyboard.openstack.org/#!/story/2009723 21 + substituteInPlace requirements.txt --replace 'PyYAML>=3.10.0,<6' 'PyYAML>=3.10.0' 22 + 20 23 export HOME=$TMPDIR 21 24 ''; 22 25