Skip to content

Python: matplotlib needs bz2 package #13

@dbrnz

Description

@dbrnz

Matplotlib now depends on bz2, which isn't available under Windows.

We need to:

  1. Check if bzip2 is available at Python build time.
  2. If its not, build bzip2 as part of building Python.
  3. Update our matplotlib release to remove conditional import of bz2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions