rules_python
rules_python copied to clipboard
Package .libs not included in BUILD
🚀 feature request
Relevant Rules
pip_parse, requirement
Description
It looks like some PyPI libraries such as cffi have a cffi.libs in their wheel containing specific library versions they are wrapping.
BUILD.bazel
cffi
cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
cffi-1.15.0.dist-info
_cffi_backend.cpython-39-x86_64-linux-gnu.so
cffi.libs
WORKSPACE
What's the recommended approach in this case?
Describe the solution you'd like
I'm not experienced enough to know if this
Describe alternatives you've considered
Maybe just exposing the downloaded file and manually create a cc_import could suffice?
If Im not mistaken, that is the default location where auditwheel will patch and copy relevant libraries on linux.
This issue was automatically closed because it went 30 days without a reply since it was labeled "Can Close?"