-
-
Notifications
You must be signed in to change notification settings - Fork 611
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
pip-compile not propagating platform_system #1676
Comments
You mean the |
Oh I see. Yes, when you run You may be interested in the discussion at #1326. |
Does it work for you to close this, to funnel relevant ideas into #1326? |
Sure, I am down to redirect ideas into #1326! I don't have any ideas of a solution, just more raising the feature request. It may be helpful for other users searching through issues to notice this is open, and close it out when #1326 is implemented. However, if you want to close this out now, please feel free 🙂 |
Environment Versions
$ python -V
: 3.10.3$ pip --version
: 22.2.2$ pip-compile --version
: 6.8.0Steps to replicate
I have a PEP 508 dependency specification present
platform_system
:requirements.in
Then running:
Expected result
Actual result
(the
windows-curses
field is not propagated)How can I get it to be propagated?
The text was updated successfully, but these errors were encountered: