Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 588846 - net-misc/flexget-9999 has missing dependencies. Also effects new releases of flexget not yet in the portage tree
Summary: net-misc/flexget-9999 has missing dependencies. Also effects new releases of ...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on: 614758
Blocks:
  Show dependency tree
 
Reported: 2016-07-14 17:50 UTC by Jess Haas
Modified: 2017-05-07 16:41 UTC (History)
1 user (show)

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 Jess Haas 2016-07-14 17:50:02 UTC
flexget-9999 installs but refuses to run due to missing dependencies. These seem to be because of the WebUI requirements. from https://github.com/Flexget/Flexget/blob/develop/requirements.txt :

# WebUI Requirements
cherrypy>=3.7.0
flask>=0.7
flask-restful>=0.3.3
flask-restplus==0.8.6
flask-compress>=1.2.1
flask-login>=0.3.2
flask-cors>=2.1.2
pyparsing>=2.0.3
Safe>=0.4
future>=0.15.2

Some of these are not in portage yet, some have ebuilds floating around the web. Unfortunately flexget refuses to run even when not using the WebUI functionality. This also effects newer released versions of flexget.
Comment 1 Mike Gilbert gentoo-dev 2016-07-14 17:56:27 UTC
This package is just too hard to keep up with. I am leaning toward removing it from the gentoo repository entirely.
Comment 2 Jess Haas 2016-07-14 18:04:29 UTC
I wouldn't do that, current versions are still working fine at the moment with the one dependency fix I posted another bug about. I don't have time to deal with them right now beyond getting 1.2.346 running again on my system which I just did but whenever I get around to making ebuilds for the new versions I will post them if no one beats me to it. The new dependencies in flexget are a bit of a pain but what they are doing with it is actually making it a much more useful program.
Comment 3 Mike Gilbert gentoo-dev 2016-07-14 18:10:50 UTC
(In reply to Jess Haas from comment #2)

Any reason not to just run it in a virtualenv, as the upstream docs prefer?

http://flexget.com/InstallWizard/Linux