diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 21:22:19 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:58 -0400 |
commit | 0769dda0201b6df61749ebefeb8c1a962228afc5 (patch) | |
tree | 83dcc92415153f09152b916bf90b565adac0376a /gnu | |
parent | b37fa3b15f2f8dc09553ec63753889684fa3e76d (diff) | |
download | guix-0769dda0201b6df61749ebefeb8c1a962228afc5.tar.gz |
gnu: Remove python2-ua-parser.
* gnu/packages/python-xyz.scm (python2-ua-parser): Delete variable.
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 41d137b5ca..bb279c089a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9705,9 +9705,6 @@ toolkit. Use it to build trees of widgets.") "@code{ua-parser} is a Python port of Browserscope's user agent parser.") (license license:asl2.0))) -(define-public python2-ua-parser - (package-with-python2 python-ua-parser)) - (define-public python-user-agents (package (name "python-user-agents") |