8000 Whitelisting of libraries shipped by other wheels · Issue #76 · pypa/auditwheel · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Whitelisting of libraries shipped by other wheels #76
Closed
@xhochy

Description

@xhochy

In turbodbc we link against pyarrow in such a fashion that turbodbc picks up the Arrow libraries via a relative RPATH in the same virtualenv. Thus we don't need to include them in the manylinux1 wheel of Turbodbc. With auditwheel's current behaviour they are sadly grafted into turbodbc's wheel. To fix this, two options come to my mind:

  • whilelist all libraries that are contained in the virtualenv
  • explicitly whitelist some libraries via a commandline option

I'm happy to implement one of these approaches but I would like to hear what the preferred one would be.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0