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

provide setuptools at runtime #53368

Merged
merged 3 commits into from
Feb 16, 2025
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion recipes/sdrf-pipelines/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
sha256: 2d78d297e1e4de98d8d6965ae00aab9adb9420a20d5dd56336a45becc19a4920

build:
number: 0
number: 1
noarch: python
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}
Expand All @@ -36,6 +36,7 @@ requirements:
- duckdb
- rdflib
- pyarrow
- setuptools
Copy link
Member

Choose a reason for hiding this comment

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

Can you maybe add a comment here and also create an upstream issues. This should not be needed and fixed upstream IMHO.

Thanks @fabianegli

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hmmmm... I did fix it upstream and because it didn't propagate I thought I needed to do it here instead.

Re "Can you maybe add a comment here" Do you mean inside the yaml?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

PS setuptools is already listed in the requirements of the current PyPI package.


test:
imports:
Expand Down
Loading