Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 637448 - media-video/openshot should RDEPEND on dev-python/requests
Summary: media-video/openshot should RDEPEND on dev-python/requests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 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:
Blocks:
 
Reported: 2017-11-14 03:02 UTC by Pistos
Modified: 2018-05-01 07:36 UTC (History)
1 user (show)

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


Attachments
emerge --info (file_637448.txt,5.28 KB, text/plain)
2017-11-14 03:02 UTC, Pistos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pistos 2017-11-14 03:02:50 UTC
Created attachment 504134 [details]
emerge --info

## Steps to reproduce:

1. Find a Gentoo system which does not have dev-python/requests on it yet.
1. emerge media-video/openshot
1. Observe that dev-python/requests is not a dependency, and is not emerged.
1. Attempt to run `openshot-qt`.
1. See output:

    Loaded modules from installed directory: /usr/lib64/python3.4/site-packages/openshot_qt
          launch:INFO ------------------------------------------------
          launch:INFO    OpenShot (version 2.3.4)
          launch:INFO ------------------------------------------------
            app:INFO openshot-qt version: 2.3.4
            app:INFO libopenshot version: 0.1.7
            app:INFO platform: Linux-4.9.34-gentoo-x86_64-Intel-R-_Pentium-R-_CPU_G620_@_2.60GHz-with-gentoo-2.4.1
            app:INFO processor: Intel(R) Pentium(R) CPU G620 @ 2.60GHz
            app:INFO machine: x86_64
            app:INFO python version: 3.4.5
            app:INFO qt5 version: 5.7.1
            app:INFO pyqt5 version: 5.7.1
          logger:ERROR Traceback (most recent call last):
          logger:ERROR   File "/usr/bin/openshot-qt", line 11, in <module>
          logger:ERROR load_entry_point('openshot-qt==2.3.4', 'gui_scripts', 'openshot-qt')()
          logger:ERROR   File "/usr/lib64/python3.4/site-packages/openshot_qt/launch.py", line 70, in main
          logger:ERROR app = OpenShotApp(sys.argv)
          logger:ERROR   File "/usr/lib64/python3.4/site-packages/openshot_qt/classes/app.py", line 91, in __init__
          logger:ERROR from classes import exceptions
          logger:ERROR   File "/usr/lib64/python3.4/site-packages/openshot_qt/classes/exceptions.py", line 30, in <module>
          logger:ERROR from classes.metrics import track_exception_stacktrace
          logger:ERROR   File "/usr/lib64/python3.4/site-packages/openshot_qt/classes/metrics.py", line 30, in <module>
          logger:ERROR import requests
          logger:ERROR ImportError
          logger:ERROR :
          logger:ERROR No module named 'requests'

1. emerge dev-python/requests
1. Attempt to re-run openshot-qt
1. Observe that application opens without error.
Comment 1 Larry the Git Cow gentoo-dev 2018-05-01 07:36:23 UTC
The bug has been closed via the following commit(s):

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

commit c049a2465b1248218a86102654316fe4244a564f
Author:     Joonas Niilola <juippis@gmail.com>
AuthorDate: 2018-04-18 07:27:28 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-05-01 07:35:54 +0000

    media-video/openshot: add dev-python/requests to RDEPEND
    
    Closes: https://bugs.gentoo.org/637448
    Closes: https://github.com/gentoo/gentoo/pull/8052
    Package-Manager: Portage[mgorny]-2.3.26.1

 .../openshot/{openshot-2.4.0.ebuild => openshot-2.4.0-r1.ebuild}   | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)