Use Python namespace packages
Before, namespace packages would break in auditwheel due to a superfluous check (fixed in the commit referenced in the Dockerfiles). Now, the auditwheel used in the manylinux1-support Docker images can handle namespace packages, and we may thus use them. This should alleviate future user pain w.r.t. installation of grpcio-tools causing loss of grpcio files and vice versa (e.g. requiring a reinstall of grpcio following installation of grpcio-tools).
Showing
- setup.py 1 addition, 2 deletionssetup.py
- tools/distrib/python/grpcio_tools/setup.py 1 addition, 2 deletionstools/distrib/python/grpcio_tools/setup.py
- tools/dockerfile/grpc_artifact_python_manylinux_x64/Dockerfile 7 additions, 0 deletions.../dockerfile/grpc_artifact_python_manylinux_x64/Dockerfile
- tools/dockerfile/grpc_artifact_python_manylinux_x86/Dockerfile 7 additions, 0 deletions.../dockerfile/grpc_artifact_python_manylinux_x86/Dockerfile
Loading
Please register or sign in to comment