diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c286900687e..03fbabd4282 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15381,6 +15381,15 @@ dissecting a document and extracting what you need. It automatically converts incoming documents to Unicode and outgoing documents to UTF-8.") (license license:expat))) +(define-public python-beautifulsoup4-bootstrap + (hidden-package + (package/inherit python-beautifulsoup4 + (arguments + (list #:tests? #f)) + (native-inputs + (list python-hatchling)) + (propagated-inputs '())))) + (define-public python-soupsieve (package (name "python-soupsieve")