Allow paver users to uninstall obsolete python packages via a paver command.

MA-2250
This commit is contained in:
J. Cliff Dyer
2016-04-01 15:41:52 +00:00
parent 343bb3e9af
commit f2ea041948

View File

@@ -167,6 +167,7 @@ PACKAGES_TO_UNINSTALL = [
]
@task
def uninstall_python_packages():
"""
Uninstall Python packages that need explicit uninstallation.