python312Packages.types-beautifulsoup4: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-05-04 12:10:50 +02:00
parent 3342386cd8
commit 0fd633a1a7
@@ -1,7 +1,8 @@
{ lib
, buildPythonPackage
, fetchPypi
, types-html5lib
{
lib,
buildPythonPackage,
fetchPypi,
types-html5lib,
}:
buildPythonPackage rec {
@@ -14,16 +15,12 @@ buildPythonPackage rec {
hash = "sha256-17evTMxS/CJ4TTOlKWleNDKam91dtqZJybJcssOhSNU=";
};
propagatedBuildInputs = [
types-html5lib
];
propagatedBuildInputs = [ types-html5lib ];
# Module has no tests
doCheck = false;
pythonImportsCheck = [
"bs4-stubs"
];
pythonImportsCheck = [ "bs4-stubs" ];
meta = with lib; {
description = "Typing stubs for beautifulsoup4";