#157 Replace python-bugzilla dependency
Closed: Fixed Opened by leamas.

python-bugzilla adds some state, configuration files and startup overhead without adding any real value today. The usage, to scrape the URL from the review-request page is better done by BeautifulSoup's parsing in urlbug than by the regex matching in bugzilla_bug.

While keeping the interface, where -b 1234567 is actually just a short-cut to an otherwise long url, python-bugzilla could and should be replaced with the urlbug logic giving one dependency less, better startup-time and a shorter(!) manpage.


Fixed in b446a4ad2762f8bf8e2d1

Fixed in b446a4ad2762f8bf8e2d11445

Metadata