summaryrefslogtreecommitdiffstats
path: root/package/python-sqlalchemy/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2018-03-05 21:04:14 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-03-05 21:04:14 +0100
commit92b8bd0879e5f594d1233091437ac9a8b0c240d7 (patch)
treec0196bf0d0ad2603198f469e0eda88fe71b7abc0 /package/python-sqlalchemy/Config.in
parent528f16547689fa771bc7cb8de0885286dd439c17 (diff)
parentfb4a33e586bc041a43cd415869e91d29287dcefd (diff)
downloadbuildroot-92b8bd0879e5f594d1233091437ac9a8b0c240d7.tar.gz
buildroot-92b8bd0879e5f594d1233091437ac9a8b0c240d7.zip
Merge branch 'next'
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-sqlalchemy/Config.in')
-rw-r--r--package/python-sqlalchemy/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/python-sqlalchemy/Config.in b/package/python-sqlalchemy/Config.in
new file mode 100644
index 0000000000..f7ec3a6ad4
--- /dev/null
+++ b/package/python-sqlalchemy/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_PYTHON_SQLALCHEMY
+ bool "python-sqlalchemy"
+ help
+ SQLAlchemy is the Python SQL toolkit and Object Relational
+ Mapper that gives application developers the full power and
+ flexibility of SQL.
+
+ It provides a full suite of well known enterprise-level
+ persistence patterns, designed for efficient and
+ high-performing database access, adapted into a simple and
+ Pythonic domain language.
+
+ http://www.sqlalchemy.org
OpenPOWER on IntegriCloud