3468: mimeparse changed its name to python-mimeparse in version 0.1.4

michael*******@gmai***** (Google Code) (Is this you? Claim this profile.)
Sept. 9, 2014
What version are you running?
2.0.2


What's the URL of the page containing the problem?
https://github.com/reviewboard/reviewboard/blob/master/setup.py#L203


What steps will reproduce the problem?
1. Install Reviewboard and all dependencies
2. run rb-site install

What is the expected output? What do you see instead?
A site should be generated.
Instead, an error is issued, that the package `reviewboard' cannot be found as required.  

What operating system are you using? What browser?
Arch Linux, updated 2014-07-05

Please provide any additional information below.
When python-mimeparse is installed in version 0.1.4 or above, the egg-info file is calle python-mimeparse.  If `python-mimeparse' is required or the egg-info file is moved from python-mimeparse to mimeparse, rb-site does not throw this error any more.
chipx86
#1 chipx86
This doesn't seem to be the case with the official mimeparse module. I don't see it locally when I upgrade, nor do I see any relevant changes in their source code.

Are you installing this straight from Arch Linux's package repository? If so, it's a problem on their end.
  • +NeedInfo
david
#2 david
  • -NeedInfo
    +Incomplete