Support git-style Python dependencies
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 68/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Active
- Domain
- build-system, cli
Research direction
Start by locating the build-container definition and the entry point that installs Python dependencies. Check how the container is assembled and how the TOML dependency example is handled; done means a git-style dependency can be installed successfully when building a function.
Written by the indexing model from the issue text.
Description
What problem are you facing?
I'd like to use git dependencies, e.g. for as-yet unreleased function-sdk-python builds. Unfortunately I can't because the build container doesn't have git installed.
dependencies = [
"crossplane-function-sdk-python @ git+https://github.com/negz/function-sdk-python.git@fb3968281747d4ee1f15b4f1eb14fec2a62c2326",
"click==8.3.2",
"grpcio>=1.73.1",
"crossplane-models @ file:./../../schemas/python",
]
How could Crossplane help solve your problem?
Use a build container with git available.
- Dominant language
- Go
- Stars
- 19
- Forks
- 31
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 53
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from crossplane/cli
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
crossplane/cli#282 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 52/100
crossplane/cli#384 ·
-
crossplane/cli#379 · 1 assignee ·
-
bug
Difficulty 4/5 3-5 days Newbie friendliness 68/100
crossplane/cli#370 ·
-
enhancement
Difficulty 5/5 Over a week Newbie friendliness 28/100
crossplane/cli#369 ·
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 60/100
github/gh-aw-mcpg#13748 ·
-
agentic-workflows
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
needs-triage
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
googleapis/librarian#7670 · 2 comments ·