From c8f871d2ba0f9645f303e6ecba0aeb43e61e8330 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 17 May 2025 23:42:07 +0200 Subject: [PATCH] python313Packages.types-lxml: adjust inputs --- pkgs/development/python-modules/types-lxml/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/types-lxml/default.nix b/pkgs/development/python-modules/types-lxml/default.nix index df8cc5976f63..a0e03f05ca78 100644 --- a/pkgs/development/python-modules/types-lxml/default.nix +++ b/pkgs/development/python-modules/types-lxml/default.nix @@ -13,7 +13,6 @@ pyright, pytestCheckHook, typeguard, - types-beautifulsoup4, types-html5lib, typing-extensions, urllib3, @@ -31,11 +30,13 @@ buildPythonPackage rec { hash = "sha256-dA9sspqEChHarwk2LrK2F7Ehri2ffjOlGk3nj4KFsfU="; }; + pythonRelaxDeps = [ "beautifulsoup4" ]; + build-system = [ pdm-backend ]; dependencies = [ cssselect - types-beautifulsoup4 + beautifulsoup4 types-html5lib typing-extensions ];