guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: Remove python2-alembic.


From: guix-commits
Subject: 02/05: gnu: Remove python2-alembic.
Date: Thu, 16 Sep 2021 17:27:42 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 11845c3a276490b04c2b90202416c29b2edee419
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Sep 16 14:36:45 2021 +0200

    gnu: Remove python2-alembic.
    
    This package currently fails to build and has no users in Guix.
    
    * gnu/packages/databases.scm (python2-alembic): Remove variable.
---
 gnu/packages/databases.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 1949525..1fcc156 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3128,9 +3128,6 @@ this library provides functions to facilitate such 
comparisons.")
 SQLAlchemy Database Toolkit for Python.")
     (license license:expat)))
 
-(define-public python2-alembic
-  (package-with-python2 python-alembic))
-
 (define-public python-pickleshare
   (package
     (name "python-pickleshare")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]