mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-beautifulsoup4: Fix python2 variant.
This is a followup to 5f37f0b66e
.
* gnu/packages/python.scm (python-beautifulsoup4)[properties]: New
field. Delay python2 variant.
This commit is contained in:
parent
752eb9e0d8
commit
ee94ca11a1
1 changed files with 2 additions and 1 deletions
|
@ -5232,7 +5232,8 @@ screen-scraping projects. It offers Pythonic idioms for navigating,
|
||||||
searching, and modifying a parse tree, providing a toolkit for
|
searching, and modifying a parse tree, providing a toolkit for
|
||||||
dissecting a document and extracting what you need. It automatically
|
dissecting a document and extracting what you need. It automatically
|
||||||
converts incoming documents to Unicode and outgoing documents to UTF-8.")
|
converts incoming documents to Unicode and outgoing documents to UTF-8.")
|
||||||
(license license:expat)))
|
(license license:expat)
|
||||||
|
(properties `((python2-variant . ,(delay python2-beautifulsoup4))))))
|
||||||
|
|
||||||
(define-public python2-beautifulsoup4
|
(define-public python2-beautifulsoup4
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue