python3Packages.{aiopvapi,twentemilieu,wled}: fix merge

This commit is contained in:
Martin Weinelt 2021-12-13 12:31:01 +01:00
parent 423119b70b
commit f10e8df3b9
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
3 changed files with 2 additions and 12 deletions

View file

@ -22,15 +22,6 @@ buildPythonPackage rec {
sha256 = "18gbz9rcf183syvxvvhhl62af3b7463rlqxxs49w4m805hkvirdp";
};
patches = [
(fetchpatch {
# Drop loop= kwarg from async_timeout and ClientSession calls
# https://github.com/sander76/aio-powerview-api/pull/13
url = "https://github.com/sander76/aio-powerview-api/commit/7be67268050fbbf7652ce5a020d2ff26f34d0b27.patch";
sha256 = "sha256-7QPwrMP1Sbrayg63YZJcRkVDAqcm6hqh0fuJdrUk5WY=";
})
];
propagatedBuildInputs = [
aiohttp
async-timeout

View file

@ -2,7 +2,6 @@
, buildPythonPackage
, pythonOlder
, fetchFromGitHub
, poetry-core
, aiohttp
, yarl
, aresponses

View file

@ -2,20 +2,20 @@
, aiohttp
, awesomeversion
, backoff
, buildPythonPackage
, cachetools
, fetchFromGitHub
, poetry-core
, yarl
, aresponses
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, yarl
}:
buildPythonPackage rec {
pname = "wled";
version = "0.10.2";
disabled = pythonOlder "3.8";
format = "pyproject";
disabled = pythonOlder "3.8";