mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 09:19:51 +00:00
This renames the package to mpremote and moves it into utils, as this is a command-line utility and not a Python/MicroPython library. This also adds a test.sh script for the packages feed CI. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 lines
104 B
Diff
6 lines
104 B
Diff
--- a/requirements.txt
|
|
+++ b/requirements.txt
|
|
@@ -1,2 +1 @@
|
|
pyserial >= 3.3
|
|
-importlib_metadata >= 1.4
|