[Bug 213999] multimedia/livestreamer: Unnecessary requests1 dependency conflicts with ports that depend on www/py-requests

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 2 10:00:37 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213999

--- Comment #4 from Kubilay Kocak <koobs at 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 as 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 setuptools
install it.

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


More information about the freebsd-multimedia mailing list