summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-02-14 17:33:56 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-02-14 18:16:06 +0100
commit6d1f47082d8c049bcdcf8e2a594aafa0da9167cc (patch)
tree5f9f5489c67028585d3d267c9f135c75d2a620be /gnu
parentce50403fc2e5b349645563008f29403179a73b23 (diff)
downloadguix-6d1f47082d8c049bcdcf8e2a594aafa0da9167cc.tar.gz
gnu: Remove python2-pyquery.
* gnu/packages/python-xyz.scm (python2-pyquery): Remove broken package.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 55ac37ffb0..0c231b6274 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8041,9 +8041,6 @@ The API is as much as possible the similar to jQuery.  pyquery uses lxml for
 fast xml and html manipulation.")
     (license license:bsd-3)))
 
-(define-public python2-pyquery
-  (package-with-python2 python-pyquery))
-
 (define-public python-anyjson
   (package
     (name "python-anyjson")