Remove unused package in requirement.txt

Bug #1255826 reported by Noboru Arai
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Glance
Fix Released
Low
Noboru Arai

Bug Description

This patch is similar to https://bugs.launchpad.net/glance/+bug/1252344.

Currently wsgiref/passlib package exist in requirement.txt,
but I confirmed that they are unused in glance source by "grep" command.

I removed them to clean up.

<example of "grep" command>
     -grep -r wsgiref
     -grep -r passlib

      ->"wsgiref" is a substring of the package name.

reference)
 wsgiref
  -http://docs.python.org/3.3/library/wsgiref.html
  -http://docs.python.org/2/library/wsgiref.html
  -https://pypi.python.org/pypi/wsgiref

 passlib
  -http://pythonhosted.org/passlib/

Noboru Arai (arai-h)
Changed in glance:
assignee: nobody → Noboru Arai (arai-h)
Changed in glance:
status: New → In Progress
Zhi Yan Liu (lzy-dev)
Changed in glance:
importance: Undecided → Low
milestone: none → icehouse-1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance (master)

Reviewed: https://review.openstack.org/58909
Committed: http://github.com/openstack/glance/commit/b31874284212d49560ddf4f36e5c9ca5d221f605
Submitter: Jenkins
Branch: master

commit b31874284212d49560ddf4f36e5c9ca5d221f605
Author: Noboru Arai <email address hidden>
Date: Thu Nov 28 11:32:36 2013 +0900

    Remove unused package in requirement.txt

    This patch is similar to https://bugs.launchpad.net/glance/+bug/1252344.

    Currently wsgiref/passlib package exist in requirement.txt,
    but I confirmed that they are unused in glance source by "grep" command.

    I removed them to clean up.

    Closes-bug: #1255826
    Change-Id: Ibbc2f1d413efacd0c18ba16c9250ef08470667d1

Changed in glance:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in glance:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in glance:
milestone: icehouse-1 → 2014.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.