diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2016-11-06 22:12:53 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-11-07 12:49:03 -0500 |
commit | 6a686b18e05277167dfabacfb8640a2917099ec6 (patch) | |
tree | 68e23e9b2a840ea573a45c2856785adba147dceb | |
parent | 1581406e23911240979ce9d3fb90fa139c894a25 (diff) | |
download | patches-6a686b18e05277167dfabacfb8640a2917099ec6.tar patches-6a686b18e05277167dfabacfb8640a2917099ec6.tar.gz |
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 <leo@famulari.name>
-rw-r--r-- | gnu/packages/python.scm | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6b2c9e9938..5b5287e7c5 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: +@enumerate +@item @code{python-passlib} +@item @code{python-babel} +@item @code{python-cryptography} +@item @code{python-pytz} +@item @code{python-psycopg2} +@item @code{python-furl} +@item @code{python-flask-babel} +@end enumerate +") (properties `((python2-variant . ,(delay python2-sqlalchemy-utils)))) (license license:bsd-3))) |