Re: trouble building py3-requests -- dependencies build against wrong version of python.

2017-06-09 Thread Kubilay Kocak
On 6/9/17 11:47 PM, Vick Khera wrote: > I'm trying to build py3-iocage, which has as one dependeny py3-requests. > When building this with poudriere, the py3-requests port somehow causes > py27-chardet to be built instead of py36-chardet, which then results in > py3-requests failing to find the dep

trouble building py3-requests -- dependencies build against wrong version of python.

2017-06-09 Thread Vick Khera
I'm trying to build py3-iocage, which has as one dependeny py3-requests. When building this with poudriere, the py3-requests port somehow causes py27-chardet to be built instead of py36-chardet, which then results in py3-requests failing to find the dependency (which it just tried to build). Here