guix-devel
[Top][All Lists]
Advanced

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

[PATCH] gnu: sqlalchemy-utils: Update description to include optional de


From: Danny Milosavljevic
Subject: [PATCH] gnu: sqlalchemy-utils: Update description to include optional dependencies.
Date: Sun, 6 Nov 2016 22:07:23 +0100

* gnu/packages/python.scm (python-sqlalchemy-utils)[description]: Include
  optional dependencies.
---
 gnu/packages/python.scm | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6b2c9e9..ff55735 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4010,7 +4010,19 @@ both of which are installed automatically if you install 
this library.")
     (synopsis "Various utility functions for SQLAlchemy")
     (description
      "SQLAlchemy-utils provides various utility functions and custom data types
-for SQLAlchemy.  SQLAlchemy is an SQL database abstraction library for 
Python.")
+for SQLAlchemy.  SQLAlchemy is an SQL database abstraction library for Python.
+
+You might want to install the following optional dependencies of 
python-sqlalchemy-utils:
address@hidden
address@hidden @code{python-passlib}
address@hidden @code{python-babel}
address@hidden @code{python-cryptography}
address@hidden @code{python-pytz}
address@hidden @code{python-psycopg2}
address@hidden @code{python-furl}
address@hidden @code{python-flask-babel}
address@hidden enumerate
+")
     (properties `((python2-variant . ,(delay python2-sqlalchemy-utils))))
     (license license:bsd-3)))
 



reply via email to

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