Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for new(er) setuptools #122

Open
mtelka opened this issue May 21, 2024 · 0 comments
Open

support for new(er) setuptools #122

mtelka opened this issue May 21, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mtelka
Copy link

mtelka commented May 21, 2024

Description

There is the version constraint on setuptools suggesting there should be an old (from February 2023) setuptools version used to build domdf_python_tools.

I just tried to build domdf_python_tools 3.8.1 using setuptools 69.5.1 and it seems to work properly.

Steps to Reproduce

Try to build domdf_python_tools 3.8.1 using setuptools 69.5.1.

Actual result:

ERROR Missing dependencies:
        setuptools!=61.*,<=67.1.0,>=40.6.0

Expected result:

Building of domdf_python_tools 3.8.1 succeeds using setuptools 69.5.1.

Reproduces how often:

Always

Version

  • Operating System: OpenIndiana
  • Python: 3.9.19
  • domdf_python_tools: 3.8.1

Installation source

Other Additional Information:

@mtelka mtelka added the bug Something isn't working label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants