Hi all, This is an easy one. Because it only uses pipes.quote(). And shlex has the same function. In tools/objc/j2objc_dead_code_pruner.py, There is a line: import pipes # swap to shlex once on Python 3 Just change it to "import shlex as pipes # swap to shlex once on Python 3" solve the problem,
And this can be done in debian/patches/env_python3.patch I think as all the patches related to python3 are there. Yours, Paul
-- Mailing list: https://launchpad.net/~bazel-team Post to : [email protected] Unsubscribe : https://launchpad.net/~bazel-team More help : https://help.launchpad.net/ListHelp

