pythonPackages.resolvelib: 0.7.1 -> 0.5.5

This commit is contained in:
Austin Butler
2021-08-07 16:27:54 -07:00
parent 024ad03c23
commit c070b9e4f5
2 changed files with 7 additions and 5 deletions

View File

@@ -42,9 +42,6 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace lib/ansible/executor/task_executor.py \
--replace "[python," "["
substituteInPlace requirements.txt \
--replace "resolvelib >= 0.5.3, < 0.6.0" "resolvelib"
'';
nativeBuildInputs = [