Skip to content

Allow namespace packages in dependencies #1673

@jaraco

Description

@jaraco
  • I'm submitting a ...
    [ ] bug report
    [X] feature request
    [ ] question about the decisions made in the repository

  • What is the current behavior?

In #1671, we learned that there are users of CherryPy installing the package to environments that do not support namespace packages. As a result, we've removed those offending dependencies and are explicitly supporting those environments, meaning CherryPy cannot accept namespace packages for dependencies.

  • What is the expected behavior?

CherryPy wishes to be able to adopt dependencies even on packages that use namespaces.

  • What is the motivation / use case for changing the behavior?

Python explicitly presents namespace packages; there is useful functionality published in namespace packages; the real defect lies in the environments that can't support these packages.

Let's set a deadline and after which a new backward-incompatible release will restore support for these dependencies.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions