python310Packages.greeneye-monitor: relax version constraint
This commit is contained in:
parent
9e762efdfa
commit
b108994c1b
@ -22,6 +22,11 @@ buildPythonPackage rec {
|
||||
hash = "sha256-weZTOVFBlB6TxFs8pLWfyB7WD/bn3ljBjX2tVi1Zc/I=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "siobrultech_protocols==" "siobrultech_protocols>="
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
siobrultech-protocols
|
||||
|
Loading…
Reference in New Issue
Block a user