Remove dependency on python-argparse -- it isn't need with Python 2.7.

(imported from commit 388f6a5b7ff2b20364d22fad0d9e7d992791a18b)
This commit is contained in:
Tim Abbott
2013-11-12 21:27:38 -05:00
parent e986f1e988
commit a6af391125

View File

@@ -4,7 +4,6 @@ class zulip::postgres_common {
# tools for database setup
"pgtune",
# Python modules used in our monitoring/worker threads
"python-argparse",
"python-gevent",
"python-tz",
"python-dateutil",