Skip to content

Commit 1a60f39

Browse files
committed
Drop argparse as a dependency
argparse has been part of the standard library since Python 2.7, so there's no reason to declare this as a dependency, since it cannot be satisfied by anyone running a modern Linux distribution including a supported version of Python.
1 parent a169502 commit 1a60f39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
long_description=open('README.md').read(),
2525
#data_files=[('conf/manatools', ['XXX.yy',]), ],
2626
install_requires=[
27-
"argparse",
2827
"dbus-python",
2928
"python-gettext",
3029
"PyYAML",

0 commit comments

Comments
 (0)