Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Nov 2016 10:00:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 213999] multimedia/livestreamer: Unnecessary requests1 dependency conflicts with ports that depend on www/py-requests
Message-ID:  <bug-213999-12827-iF0qyPmutq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213999-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213999-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213999

--- Comment #4 from Kubilay Kocak <koobs@FreeBSD.org> ---
If the tests require/use requests, and www/py-requests is installed it will=
 be
found, if not, it will be installed by setuptools (if requests its listed a=
s a
tests_require in setup.py)

What would invalidate the test is having the requests1 port installed, as
setuptools would have found and used *it* (version 1.x) instead. If it was
installed, deinstall it and re-run the test with either www/py-requests
installed, or if its listed in setup.py:install_requires, just let setuptoo=
ls
install it.

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213999-12827-iF0qyPmutq>