package: ca-certificates: Fix python3 path
Python is usually installed in /usr/bin.
Actually this should use host-built python binary instead, but porting
the dependencies seems non-trivial. Python packaging is such a mess. :(
Signed-off-by: Phil Sutter <phil@nwl.cc>