python3Packages.herepy: relax requests constraint
This commit is contained in:
parent
2d9604be7e
commit
15259dfa2c
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ buildPythonPackage rec {
|
|||
sha256 = "sha256-05x3EQoyv38j4UcixN0sf5BI2oTjfasAIQyZqQSjdPM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace requirements.txt \
|
||||
--replace "requests==2.25.1" "requests>=2.25.1"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
requests
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue