Unverified Commit 35b528a9 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[Backport release-25.05] python313Packages.types-lxml: adjust inputs (#408172)

parents 773e2b7f 863d9cde
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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
  ];