guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-beautifulsoup4: Fix python2 variant.


From: Marius Bakke
Subject: 02/02: gnu: python-beautifulsoup4: Fix python2 variant.
Date: Fri, 16 Dec 2016 15:32:51 +0000 (UTC)

mbakke pushed a commit to branch python-tests
in repository guix.

commit ee94ca11a1d695871c11cd5cf521089d5bcdb34f
Author: Marius Bakke <address@hidden>
Date:   Fri Dec 16 16:15:41 2016 +0100

    gnu: python-beautifulsoup4: Fix python2 variant.
    
    This is a followup to 5f37f0b66e301210698ab0c0af24453c826ba18a.
    
    * gnu/packages/python.scm (python-beautifulsoup4)[properties]: New
      field. Delay python2 variant.
---
 gnu/packages/python.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8af6965..9388534 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5232,7 +5232,8 @@ screen-scraping projects.  It offers Pythonic idioms for 
navigating,
 searching, and modifying a parse tree, providing a toolkit for
 dissecting a document and extracting what you need.  It automatically
 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
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]