Using this command, I found the set of reverse build depends on python- numpy:
grep-dctrl -sPackage -FBuild-Depends -n python-numpy -o python-numpy-dev /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_maverick_main_source_Sources There are only three packages in main: avogadro libvigraimpex pygtk I build a version of numpy 1:1.4.1-4 into ppa:pythoneers/py27stack4 and it build successfully. Using a maverick i386 schroot with Python 2.7 installed and using the above PPA (and its dependencies), I successfully built all three packages. Note that libvigraimpex previously ftbfs against Python 2.7, but succeeds with the new numpy. There are 46 packages in universe that build-dep on numpy. I don't have time to build all of these, but I'll try a few at random and report back. -- FFe - Sync python-numpy 1:1.4.1-4 (main) from Debian unstable (main) https://bugs.launchpad.net/bugs/620734 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
