← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1255826] Re: Remove unused package in requirement.txt

 

** Changed in: glance
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1255826

Title:
  Remove unused package in requirement.txt

Status in OpenStack Image Registry and Delivery Service (Glance):
  Fix Released

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/

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1255826/+subscriptions