summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-08-09 12:33:33 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:54 +0100
commit1afb94ae486bd8d2383d4bfa60aab1227afaa2e0 (patch)
tree73dc02070921069d0dde334085bc175d47f25c26
parentd3f38201d177791fcd135daeec7ffa477c0469e5 (diff)
gnu: Add python-beautifulsoup4-bootstrap.
* gnu/packages/python-xyz.scm (python-beautifulsoup4-bootstrap): New variable. Change-Id: I776b58a6290c9d7b20e27281dccfc9ad6d333a6e
-rw-r--r--gnu/packages/python-xyz.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 19a99f480c1..3368915dd20 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15357,6 +15357,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")