From 1da9dd325cf4d22ae2cb0b956157027317afc52f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 12 Aug 2024 22:21:42 +0200 Subject: [PATCH] python312Packages.aioweenect: remove httpx --- pkgs/development/python-modules/aioweenect/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/aioweenect/default.nix b/pkgs/development/python-modules/aioweenect/default.nix index 12aa6afaf797..73913cd7d4ba 100644 --- a/pkgs/development/python-modules/aioweenect/default.nix +++ b/pkgs/development/python-modules/aioweenect/default.nix @@ -5,7 +5,6 @@ buildPythonPackage, fetchFromGitHub, hatchling, - httpx, pytest-asyncio, pytestCheckHook, pythonOlder, @@ -34,10 +33,7 @@ buildPythonPackage rec { build-system = [ hatchling ]; - dependencies = [ - aiohttp - httpx - ]; + dependencies = [ aiohttp ]; nativeCheckInputs = [ aresponses