Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 513514

Summary: >=net-analyzer/linkchecker-9.2: missing lower bound on dependency dev-python/requests
Product: Gentoo Linux Reporter: Michael Orlitzky <mjo>
Component: Current packagesAssignee: Justin Lecher (RETIRED) <jlec>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: linkchecker-9.2-r1.ebuild

Description Michael Orlitzky gentoo-dev 2014-06-17 01:00:44 UTC
When trying to run linkchecker with only linkchecker itself keyworded (i.e. with stable dev-python/requests),

  $ linkchecker
  This program requires Python requests 2.2.0 or later.

buuuuuttttt it doesn't work with =dev-python-requests-2.2.0 either. I had to go up to 2.2.1 (also in portage) before linkchecker would run. So it looks like that's the lower bound it needs.
Comment 1 Michael Orlitzky gentoo-dev 2014-10-22 01:03:33 UTC
Created attachment 387176 [details]
linkchecker-9.2-r1.ebuild

This isn't as big of a deal now that =dev-python/requests-2.3.0 is stable, but you can still hit it if something else pulls in =dev-python/requests-1.2.3.
Comment 2 Michael Orlitzky gentoo-dev 2014-12-14 20:29:17 UTC
=dev-python/requests-1.2.3 is gone, so is the problem =)