mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/python-fs: new package
This commit adds a host package for the Python 'fs' module, needed as a dependency of pyfatfs, itself needed by Snagboot. Homepage: https://pypi.org/project/fs/ In addition, a very simple test case is adding to check that host-python-fs is minimally working. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
baa5543e58
commit
f3ce010e98
@@ -3257,6 +3257,7 @@ F: package/python3/
|
||||
F: package/python-augeas/
|
||||
F: package/python-crccheck/
|
||||
F: package/python-flask-expects-json/
|
||||
F: package/python-fs/
|
||||
F: package/python-git/
|
||||
F: package/python-qrcode/
|
||||
F: package/python-serial/
|
||||
@@ -3288,6 +3289,7 @@ F: support/testing/tests/package/test_python_augeas.py
|
||||
F: support/testing/tests/package/test_python_crccheck.py
|
||||
F: support/testing/tests/package/test_python_flask.py
|
||||
F: support/testing/tests/package/test_python_flask_expects_json.py
|
||||
F: support/testing/tests/package/test_python_fs.py
|
||||
F: support/testing/tests/package/test_python_git.py
|
||||
F: support/testing/tests/package/test_python_pyusb.py
|
||||
F: support/testing/tests/package/test_python_serial.py
|
||||
|
||||
Reference in New Issue
Block a user