mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 19:26:02 +00:00
python3Packages.crownstone-sse: relax aiohttp constraint
This commit is contained in:
parent
a811e4f5ba
commit
61b298c01f
|
@ -27,6 +27,11 @@ buildPythonPackage rec {
|
|||
certifi
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace requirements.txt \
|
||||
--replace "aiohttp~=3.7.4" "aiohttp>=3.7.4"
|
||||
'';
|
||||
|
||||
# Tests are only providing coverage
|
||||
doCheck = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue