On Sun, 6 Apr 2014 21:39:46 +0200, Derek Homeier <[email protected]> wrote: > On 06.04.2014, at 9:33PM, Derek Homeier > <[email protected]> wrote: > > On 06.04.2014, at 5:58PM, Daniel Macks <[email protected]> wrote: > >>> >>> found there is a missing > >>> >>> TestDepends: six-py%type_pkg[python] > >>> >>> in dateutil-py-2.2-1. >> >> Fixed (sip-pyXXX not six-pyXXX). > > > hmm, I had gotten this error: > > > sudo -u fink-bld [ENV] sh -c /tmp/fink.67Gmy > > /tmp/fink.3vLAc > > #!/bin/bash -ev > > # -B prevents the test run from generating __pycache__ .pyc files. > > /sw/bin/python2.7 -B test.py || exit 2 > > Traceback (most recent call last): > > File "test.py", line 5, in <module> > > from six import StringIO, BytesIO, PY3 > > ImportError: No module named six > > Oh, but I should check my own subject line. I did get confused with > the sip-pyXXX-bin > update problems…
heh no worries:) It actually looks like a runtime dependency (six is imported by various installed components not just by the test script), so I added it to Depends. dan -- Daniel Macks [email protected] ------------------------------------------------------------------------------ _______________________________________________ Fink-devel mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
