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

rez pip package.py dependency lose case --no-deps #1430

Open
RoseAllenM opened this issue Jan 10, 2023 · 0 comments
Open

rez pip package.py dependency lose case --no-deps #1430

RoseAllenM opened this issue Jan 10, 2023 · 0 comments
Labels
bug rez-pip ingesting py pkgs into rez (pip, wheels, etc)

Comments

@RoseAllenM
Copy link

When using the --no-deps argument with rez pip, package dependencies seem to become all lowercase. This causes dependencies to not be found. If I don't include the --no-deps argument, then the package.py has the proper casing for the dependencies.

Environment

  • OS Windows 10 Pro
  • Rez version 2.112.0
  • Rez python version 3.7.8

To Reproduce

  1. rez pip --install --release ipython==8.6.0 --extra --no-deps

Expected behavior
In package.py
requires = [Pygments-2.4.0+, ...]

Actual behavior
In package.py
requires = [pygments-2.4.0+, ...]

@RoseAllenM RoseAllenM added the bug label Jan 10, 2023
@JeanChristopheMorinPerso JeanChristopheMorinPerso added the rez-pip ingesting py pkgs into rez (pip, wheels, etc) label Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug rez-pip ingesting py pkgs into rez (pip, wheels, etc)
Projects
None yet
Development

No branches or pull requests

2 participants