diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-14 17:33:56 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-14 18:16:06 +0100 |
commit | 6d1f47082d8c049bcdcf8e2a594aafa0da9167cc (patch) | |
tree | 5f9f5489c67028585d3d267c9f135c75d2a620be /gnu | |
parent | ce50403fc2e5b349645563008f29403179a73b23 (diff) | |
download | guix-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.scm | 3 |
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") |