diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 13:42:44 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:23 -0400 |
commit | f503181ffbd30629c28398328e3c724d7a5e40b4 (patch) | |
tree | 9360cc925ed79adac455fa15a0bfa315e718a114 | |
parent | 80963d9b0f95d03bddc4f55174e80b9f11c04abc (diff) |
gnu: Remove python2-ccm.
* gnu/packages/databases.scm (python2-ccm): Delete variable.
-rw-r--r-- | gnu/packages/databases.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 4ff18ce628..f6b0c60ae4 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -3311,9 +3311,6 @@ local Cassandra clusters. It creates, launches and removes Cassandra clusters on localhost.") (license license:asl2.0))) -(define-public python2-ccm - (package-with-python2 python-ccm)) - (define-public python2-pysqlite (package (name "python2-pysqlite") |