diff options
| author | Yegor Yefremov <yegorslists@googlemail.com> | 2015-02-10 21:01:08 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-02-14 09:57:43 +0100 |
| commit | c66618c2c97b460a8b845fd4b027073e00238bee (patch) | |
| tree | 75c7c68451baa96752db7d4ac4bf6027bd396b94 /package/python-lxml/Config.in | |
| parent | 96e7bca18bd55a70c7f837949c791af52ba91e7e (diff) | |
| download | buildroot-c66618c2c97b460a8b845fd4b027073e00238bee.tar.gz buildroot-c66618c2c97b460a8b845fd4b027073e00238bee.zip | |
package/python-lxml: new package
The lxml XML toolkit is a Pythonic binding for the C libraries libxml2
and libxslt.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
[yann.morin.1998@free.fr: fix staging path; trim dependencies of
the host variant]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-lxml/Config.in')
| -rw-r--r-- | package/python-lxml/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/python-lxml/Config.in b/package/python-lxml/Config.in new file mode 100644 index 0000000000..1ccaa5e387 --- /dev/null +++ b/package/python-lxml/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_PYTHON_LXML + bool "python-lxml" + select BR2_PACKAGE_LIBXML2 + select BR2_PACKAGE_LIBXSLT + select BR2_PACKAGE_ZLIB + help + The lxml XML toolkit is a Pythonic binding for the C libraries + libxml2 and libxslt. + + http://lxml.de/ |

