Commit 43f03d0f authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.python-bsblan: don't depend on async-timeout

parent ffef9198
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
  pytest-cov-stub,
  pytest-mock,
  pytestCheckHook,
  pythonOlder,
  yarl,
}:

@@ -23,8 +22,6 @@ buildPythonPackage rec {
  version = "2.2.5";
  pyproject = true;

  disabled = pythonOlder "3.12";

  src = fetchFromGitHub {
    owner = "liudger";
    repo = "python-bsblan";
@@ -32,10 +29,6 @@ buildPythonPackage rec {
    hash = "sha256-kPkKgjze3ohaIaDax3h66JWw5tY+3S0N+lPqXSFFcRY=";
  };

  postPatch = ''
    sed -i "/ruff/d" pyproject.toml
  '';

  env.PACKAGE_VERSION = version;

  build-system = [ hatchling ];
@@ -44,7 +37,6 @@ buildPythonPackage rec {

  dependencies = [
    aiohttp
    async-timeout
    backoff
    mashumaro
    orjson