diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-06-08 16:37:44 +0200 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-06-08 13:10:26 -0400 |
commit | 1e582a0856f93e3121a8aeb399edd0a6e9a5378f (patch) | |
tree | 6ecc25ddf1090cae450122de615ae1a3f0034ba9 /gnu | |
parent | 8871b698407a45ff993b994d3f0f73a4dbe41eca (diff) |
gnu: python2-gridmap: Remove package.
* gnu/packages/python-xyz.scm (python2-gridmap): Remove variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
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 a330ed64cd..0c2b15eebb 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7081,9 +7081,6 @@ cluster directly from Python. You can directly map Python functions onto the cluster without needing to write any wrapper code yourself.") (license license:gpl3+))) -(define-public python2-gridmap - (package-with-python2 python-gridmap)) - (define-public python-honcho (package (name "python-honcho") |