[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: python-sqlalchemy-utils: Mention optional dependencies in de
From: |
Leo Famulari |
Subject: |
01/01: gnu: python-sqlalchemy-utils: Mention optional dependencies in description. |
Date: |
Mon, 7 Nov 2016 17:51:11 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit 6a686b18e05277167dfabacfb8640a2917099ec6
Author: Danny Milosavljevic <address@hidden>
Date: Sun Nov 6 22:12:53 2016 +0100
gnu: python-sqlalchemy-utils: Mention optional dependencies in description.
* gnu/packages/python.scm (python-sqlalchemy-utils,
python2-sqlalchemy-utils)[description]: Mention optional dependencies.
Signed-off-by: Leo Famulari <address@hidden>
---
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..5b5287e 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 also want to install the following optional dependencies:
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)))