python3Packages.python-smarttub: relax aiohttp constraint

This commit is contained in:
Fabian Affolter
2021-11-24 23:10:34 +01:00
parent 1799f8e87b
commit a9868c307d
@@ -14,6 +14,8 @@
buildPythonPackage rec {
pname = "python-smarttub";
version = "0.0.27";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
@@ -36,7 +38,14 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "smarttub" ];
postPatch = ''
substituteInPlace setup.py \
--replace "aiohttp~=3.7.3" "aiohttp>=3.7.4,<4"
'';
pythonImportsCheck = [
"smarttub"
];
meta = with lib; {
description = "Python API for SmartTub enabled hot tubs";