[Buildroot] [PATCH 0/2] package/python-scp: new package
Alexis Lothoré
alexis.lothore at bootlin.com
Fri Oct 17 07:42:45 UTC 2025
Hello,
this small series adds support for the small python-scp package, which
comes on top of the paramiko python package to ease download/upload of
files thanks to SCP protocol.
- Patch 1 brings the new package. It is mostly based on ./utils/scanpypi
scp -o package
- Patch 2 brings a small test ensuring that python-scp is properly
installed and is usable
Signed-off-by: Alexis Lothoré <alexis.lothore at bootlin.com>
---
Alexis Lothoré (2):
package/python-scp: new package
support/testing: add runtime tests for python-scp
DEVELOPERS | 3 +++
package/Config.in | 1 +
package/python-scp/Config.in | 7 +++++++
package/python-scp/python-scp.hash | 5 +++++
package/python-scp/python-scp.mk | 14 +++++++++++++
support/testing/tests/package/sample_python_scp.py | 10 +++++++++
support/testing/tests/package/test_python_scp.py | 24 ++++++++++++++++++++++
7 files changed, 64 insertions(+)
---
base-commit: 0c2a0a44f00e2ab9b41a2bc3bf019e17ef37c471
change-id: 20250924-python-scp-12cf67ae9b0e
Best regards,
--
Alexis Lothoré, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
More information about the buildroot
mailing list