diff options
author | Adam Duskett <aduskett@gmail.com> | 2018-02-06 08:25:03 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-02-10 16:19:29 +0100 |
commit | 133a0a3b9e0ec743ac3e673e97a551e6be403c55 (patch) | |
tree | d8cf06d59354b0dd8cb95e2cf4c1f145eb6f3d60 /DEVELOPERS | |
parent | fe563efcb1877d11753bf3acc19694bfdd0f63ae (diff) | |
download | buildroot-133a0a3b9e0ec743ac3e673e97a551e6be403c55.tar.gz buildroot-133a0a3b9e0ec743ac3e673e97a551e6be403c55.zip |
python-sqlalchemy: new package
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.
Signed-off-by: Adam Duskett <aduskett@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
[Thomas: fix check-package warnings.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'DEVELOPERS')
-rw-r--r-- | DEVELOPERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DEVELOPERS b/DEVELOPERS index d0605af387..f859ebe984 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -52,6 +52,7 @@ F: package/libsepol/ F: package/nginx-naxsi/ F: package/policycoreutils/ F: package/python-mutagen/ +F: package/python-sqlalchemy/ F: package/restorecond/ F: package/refpolicy/ F: package/selinux-python/ |