[DragonFlyBSD - Bug #2956] (Resolved) py27-livestreamer-1.12.2 conflicts with py27-rainbowstream-1.3.5

bugtracker-admin at leaf.dragonflybsd.org bugtracker-admin at leaf.dragonflybsd.org
Sat Jun 15 04:32:18 PDT 2019


Issue #2956 has been updated by liweitianux.

Status changed from New to Resolved

If there are still issues regarding with dports packags, please submit it to the Github DeltaPorts repo (https://github.com/DragonFlyBSD/DeltaPorts ) or to FreeBSD Ports Collection (if not DragonFly specific).  Thanks.

----------------------------------------
Bug #2956: py27-livestreamer-1.12.2 conflicts with py27-rainbowstream-1.3.5
http://bugs.dragonflybsd.org/issues/2956#change-13667

* Author: htse
* Status: Resolved
* Priority: Normal
* Assignee: 
* Category: Userland
* Target version: 
----------------------------------------
py27-rainbowstream-1.3.5 depends on py27-requests-2.11.1(${PYTHON_PKGNAMEPREFIX}requests>=2.5.3:www/py-requests), while py27-livestreamer-1.12.2 uses py27-requests1: 1.2.3 (${PYTHON_PKGNAMEPREFIX}requests1>=0:www/py-requests1) This makes it so that you can only install either one or the other, both binary package or from ports.

changing py27-livestreamer-1.12.2 to use the same dependency as the rainbowstream package fixes this issue. Afterwards my limited testing works fine (I only use twitch.tv though) and all unit tests in the original source works. (tested by me by running 'python -m unittest discover' on '/usr/obj/dports/multimedia/livestreamer/livestreamer-1.12.2/' ) From what I can tell from skimming the source of livestreamer the requests module is only used for simple get calls.

fix for ports:

replace ${PYTHON_PKGNAMEPREFIX}requests1>=0:www/py-requests1 \
with    ${PYTHON_PKGNAMEPREFIX}requests>=2.5.3:www/py-requests \
in /usr/dports/multimedia/livestreamer/Makefile 




-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account



More information about the Bugs mailing list