Skip to content

Conversation

cpswan
Copy link
Contributor

@cpswan cpswan commented Jul 30, 2024

fixes #4282

  • Moved setuptools>=65.5.1 from dev-requirements.txt to requirements.txt
  • Modified comment as not directly required is untrue
  • Added a line for setuptools to requirements.csv based on best guess for vendor entry looking at adjacent packages in PyPI

@terriko terriko changed the title build(deps): Move setuptools from dev-requirements.txt to requirements.txt build(deps): Move setuptools to requirements.txt (from dev reqs) Jul 30, 2024
Copy link
Contributor

@terriko terriko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is actually an entry for setuptools in the db already, so I'll fix requirements.csv and shorten the commit message for gitlint and then this should be good to merge. Thank you!

@terriko terriko merged commit c442751 into intel:main Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: install into a Python 3.12 venv fails due to setuptools being a runtime dependency not just a dev dependency
2 participants