Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685230 - dev-python/mechanize-0.3.6 misses dependency on >=dev-python/html5lib-0.999999999
Summary: dev-python/mechanize-0.3.6 misses dependency on >=dev-python/html5lib-0.99999...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-06 21:13 UTC by Sebastian Pipping
Modified: 2020-01-01 20:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Pipping gentoo-dev 2019-05-06 21:13:58 UTC
For proof:

  # ( cd /var/tmp/portage/dev-python/mechanize-0.3.6/work/mechanize-0.3.6/ && fgrep -R html5lib . )
  ./setup.py:        install_requires=['html5lib>=0.999999999'],
  ./mechanize/_html.py:        from html5lib import parse
  ./mechanize/_entities.py:    from html5lib.constants import entities
  ./mechanize.egg-info/requires.txt:html5lib>=0.999999999

Thanks!
Comment 1 Larry the Git Cow gentoo-dev 2020-01-01 20:27:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0931eee092094ae0883b5fbfc295e0b72e36c98

commit d0931eee092094ae0883b5fbfc295e0b72e36c98
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2020-01-01 20:23:18 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2020-01-01 20:24:35 +0000

    dev-python/mechanize: 0.4.5 + py3 + missing dependency
    
    Closes: https://bugs.gentoo.org/685230
    Signed-off-by: Sebastian Pipping <sping@gentoo.org>
    Package-Manager: Portage-2.3.84, Repoman-2.3.20

 dev-python/mechanize/Manifest               |  1 +
 dev-python/mechanize/mechanize-0.4.5.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)