mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-15 00:19:44 +03:00
py: meson: Fix comment about stubs
At least pyright seems to be able to use the stubs from the libcamera-stubs directory, so no need to copy the generated files. Adjust the comment accordingly. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
ed3a440177
commit
1d72eca347
1 changed files with 0 additions and 1 deletions
|
@ -63,4 +63,3 @@ install_data(['__init__.py'], install_dir : destdir)
|
|||
# \todo Generate stubs when building. See https://peps.python.org/pep-0484/#stub-files
|
||||
# Note: Depends on pybind11-stubgen. To generate pylibcamera stubs:
|
||||
# $ PYTHONPATH=build/src/py pybind11-stubgen --no-setup-py -o build/src/py libcamera
|
||||
# $ mv build/src/py/libcamera-stubs/* build/src/py/libcamera/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue