Hi Martin (2014.02.26_15:04:10_+0200) > | RuntimeError: Unable to invoke 'cpp'. Make sure its path was passed > correctly > | Original error: [Errno 2] No such file or directory
Ah yes, I test with build chroots, which have cpp installed. > Simple fix attached which adds the missing cpp binary dependency. In this case, cpp probably shouldn't be a binary dependency, it's only used in non-default code paths (and tests). I imagine the biggest user of pycparser is cffi, and it doesn't require cpp. (Well, it requires gcc at build time, but that's another story) So, I think I'll add a Suggests, and a ADT dependency. SR -- Stefano Rivera http://tumbleweed.org.za/ H: +27 21 461 1230 C: +27 72 419 8559 _______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

