Skip to content

Commit 362eda2

Browse files
committed
Remove unused Python libraries from README.md and meson.build
1 parent 8b904f5 commit 362eda2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
## Other Usage Methods
178178
### Dependencies
179179
- Python3
180-
- The following Python libraries: sys, locale, argparse, gettext, getpass, os, subprocess, sqlite3, datetime, configparser, json, PySide6 (they are generally built-in except PySide6)
180+
- The following Python libraries: sys, argparse, gettext, getpass, os, sqlite3, datetime, configparser, json, PySide6 (they are generally built-in except PySide6)
181181
- Qt
182182
- git
183183
- meson (only for "Building with Meson" option)

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gnome = import('gnome')
1313

1414

1515
python_bin = python.find_installation('python3',
16-
modules: ['sys', 'locale', 'argparse', 'gettext', 'getpass', 'os', 'subprocess', 'sqlite3', 'datetime', 'configparser', 'json', 'PySide6'])
16+
modules: ['sys', 'argparse', 'gettext', 'getpass', 'os', 'sqlite3', 'datetime', 'configparser', 'json', 'PySide6'])
1717

1818
if not python_bin.found()
1919
error('Python3 or required Python libraries can not found!')

0 commit comments

Comments
 (0)