python-kivy dep depends on python-gst0.10 iso alternatives
See original GitHub issueThe 1.9.1 python-kivy deb package now depends on python-gst0.10 alone while kivy will check various installed libs at runtime like python-opencv. The issue is that it’s impossible to have the deb installed without python-gst also installed. With python-gst the kivy.camera will not work on my systems, MSI Flex, but do work with python-opencv as backend for the kivy.camera. So a solution would be to allow alternatives as dependency for the package.
So instead off:
Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8), python-kivy-common (= 1.9.1-0~stable0+201602121318~pkg103~ubuntu14.04.1), python-kivy-bin (= 1.9.1-0~stable0+201602121318
~pkg103~ubuntu14.04.1), python-docutils, python-pygments, python-gst0.10, xclip, xsel
Something like:
Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8), python-kivy-common (= 1.9.1-0~stable0+201602121318~pkg103~ubuntu14.04.1), python-kivy-bin (= 1.9.1-0~stable0+201602121318
~pkg103~ubuntu14.04.1), python-docutils, python-pygments, python-gst0.10 | python-opencv, xclip, xsel
Issue Analytics
- State:
- Created 7 years ago
- Comments:6
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey. This issue persists.
On ubuntu 16.10 and 17.04, trying to install “kivy” from the ppa, it throws that depends on “python-kivy”, trying to install it, throws that depends on “python-gst0.10” but isn’t installable. Will that receive a fix? Installing the .deb throws a lot of dependencies, that will go all day to be done.
For now i’m going to use the VM released by kivy, but that is not the ideal.
Tks.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.