Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 599988 - dev-python/jira missing dependencies
Summary: dev-python/jira missing dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Austin English (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 592872 599900
  Show dependency tree
 
Reported: 2016-11-16 12:24 UTC by Manuel Rüger (RETIRED)
Modified: 2017-06-06 22:11 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 Manuel Rüger (RETIRED) gentoo-dev 2016-11-16 12:24:03 UTC
It seems like jira-1.0.5 is missing dependencies on

dev-python/requests-toolbelt
dev-python/tlslite


See:
cat /usr/lib64/python3.4/site-packages/jira-1.0.4-py3.4.egg-info/requires.txt
requests>=2.6.0
requests_oauthlib>=0.3.3
tlslite>=0.4.4
six>=1.9.0
requests_toolbelt

[magic]
filemagic>=1.6

[shell]
ipython>=0.13
Comment 1 Austin English (RETIRED) gentoo-dev 2017-01-24 01:59:35 UTC
(In reply to Manuel Rüger from comment #0)
> It seems like jira-1.0.5 is missing dependencies on
> 
> dev-python/requests-toolbelt
> dev-python/tlslite

This is there, it's behind the oauth USE flag.

I can add requests-toolbelt.
Comment 2 Denis Dupeyron (RETIRED) gentoo-dev 2017-05-20 05:47:07 UTC
Does any of you know if requests_toolbelt is needed only for oath or unconditionally?
Comment 3 Manuel Rüger (RETIRED) gentoo-dev 2017-05-20 19:59:57 UTC
This is the reference there:
https://github.com/pycontribs/jira/blob/693b2f06af44280adcef26d895366af57fa5c58d/jira/client.py#L103
Comment 4 Denis Dupeyron (RETIRED) gentoo-dev 2017-05-21 18:29:11 UTC
(In reply to Manuel Rüger from comment #3)
> This is the reference there:
> https://github.com/pycontribs/jira/blob/
> 693b2f06af44280adcef26d895366af57fa5c58d/jira/client.py#L103

Thanks Manuel. It looks like it's unconditional to any USE flag. I've added it to RDEPEND in 1.0.10 which should be complete now. Also, 1.0.10 no longer requires tlslite. Should we remove 1.0.5 and close this bug?
Comment 5 Austin English (RETIRED) gentoo-dev 2017-05-22 16:50:01 UTC
(In reply to Denis Dupeyron from comment #4)
> (In reply to Manuel Rüger from comment #3)
> > This is the reference there:
> > https://github.com/pycontribs/jira/blob/
> > 693b2f06af44280adcef26d895366af57fa5c58d/jira/client.py#L103
> 
> Thanks Manuel. It looks like it's unconditional to any USE flag. I've added
> it to RDEPEND in 1.0.10 which should be complete now. Also, 1.0.10 no longer
> requires tlslite. Should we remove 1.0.5 and close this bug?

Fine by me.
Comment 6 Manuel Rüger (RETIRED) gentoo-dev 2017-06-06 22:11:52 UTC
Thanks!