diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:45:57 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:50 -0400 |
commit | 8b3125c0692eadd232befd6c2648bf2ab4c57def (patch) | |
tree | 16b6e9c6bdcf019328bb10ad0a43eb9c7a8cf443 | |
parent | f3661413b2df2903c01c168da376eb18aa0988c0 (diff) |
gnu: Remove python2-user-agents.
* gnu/packages/python-xyz.scm (python2-user-agents): Delete variable.
-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 d920828939..04afc5131b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9737,9 +9737,6 @@ toolkit. Use it to build trees of widgets.") parsing (browser/HTTP) user agent strings.") (license license:expat))) -(define-public python2-user-agents - (package-with-python2 python-user-agents)) - (define-public python-pydbus (package (name "python-pydbus") |