diff options
| author | Lionel Flandrin <lionel@svkt.org> | 2017-01-24 15:43:45 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-01-25 14:11:10 +1300 |
| commit | 21959ad8537440003c06d07357dbda286ab488cd (patch) | |
| tree | 645e544596c61a2093bfda2cbfd450449c4e76fe /package/python-babel/Config.in | |
| parent | c78dbd06317f70afa72d2f09b74b2aa14b5fd9cc (diff) | |
| download | buildroot-21959ad8537440003c06d07357dbda286ab488cd.tar.gz buildroot-21959ad8537440003c06d07357dbda286ab488cd.zip | |
python-babel: new package
A collection of tools for internationalizing Python applications.
Signed-off-by: Lionel Flandrin <lionel@svkt.org>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-babel/Config.in')
| -rw-r--r-- | package/python-babel/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-babel/Config.in b/package/python-babel/Config.in new file mode 100644 index 0000000000..1a22b83f2c --- /dev/null +++ b/package/python-babel/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_BABEL + bool "python-babel" + select BR2_PACKAGE_PYTHON_PYTZ # runtime + help + A collection of tools for internationalizing Python + applications. + + http://babel.pocoo.org/en/latest/ |

