Date: Wed, 02 Nov 2016 10:00:36 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 213999] multimedia/livestreamer: Unnecessary requests1 dependency conflicts with ports that depend on www/py-requests Message-ID: <bug-213999-21822-mhbjnbCocI@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-213999-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-213999-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213999 --- 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 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 on the CC list for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213999-21822-mhbjnbCocI>
