diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-11-15 15:26:09 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-25 00:22:06 +0100 |
commit | f6d8ea46758dae23578dc94cb245642daa17ea0e (patch) | |
tree | cafbe5507f7318caec164205d35ae7ee1a3fb10f /gnu | |
parent | b661634bd402b64594abed3b32e38fbd3078935a (diff) |
gnu: python2-relatorio: Remove package.
* gnu/packages/python-xyz.scm (python2-relatorio): 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 055ae67f3b..5a7a89ba0d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18770,9 +18770,6 @@ easily output ODT, ODS, PNG, SVG and several other kinds of files. Support for more filetypes can be easily added by creating plugins for them.") (license license:gpl3+))) -(define-public python2-relatorio - (package-with-python2 python-relatorio)) - (define-public python-radon (package (name "python-radon") |