diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2015-01-20 21:38:55 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-01-23 21:17:25 +0100 |
commit | a5d88d8cca5b2017da69eb191914bdb77aab6be6 (patch) | |
tree | 12b1d3e1c297529f7a12c5f8ddf5e7f298629a4b /package/python-pysendfile/Config.in | |
parent | 14af550d5eb50222196ece3042d2f1e2a9466cf6 (diff) | |
download | buildroot-a5d88d8cca5b2017da69eb191914bdb77aab6be6.tar.gz buildroot-a5d88d8cca5b2017da69eb191914bdb77aab6be6.zip |
python-pysendfile: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-pysendfile/Config.in')
-rw-r--r-- | package/python-pysendfile/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/python-pysendfile/Config.in b/package/python-pysendfile/Config.in new file mode 100644 index 0000000000..5a919dd979 --- /dev/null +++ b/package/python-pysendfile/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_PYTHON_PYSENDFILE + bool "python-pysendfile" + help + A Python interface to sendfile(2) syscall + + https://github.com/giampaolo/pysendfile |