Skip to content

Commit b78f6ca

Browse files
committed
Update README.md
1 parent 36b010e commit b78f6ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ It works on Android 4.0+.
3939

4040
In `buildozer.spec` add `termios.so` to the whitelist.
4141

42-
Include `pyserial`, `usb4a` and `usbserial4a` in requirements.
42+
Include `usb4a` and `usbserial4a` in requirements.
4343

4444
Add `intent-filter.xml`.
4545

@@ -49,7 +49,7 @@ android.p4a_whitelist = lib-dynload/termios.so
4949
5050
# (list) Application requirements
5151
# comma seperated e.g. requirements = sqlite3,kivy
52-
requirements = kivy, pyjnius, pyserial, usb4a, usbserial4a
52+
requirements = kivy, pyjnius, usb4a, usbserial4a
5353
5454
# (str) XML file to include as an intent filters in <activity> tag
5555
android.manifest.intent_filters = intent-filter.xml

0 commit comments

Comments
 (0)