Skip to content

Commit

Permalink
Fix reclass-rs considered optional by pip and friends
Browse files Browse the repository at this point in the history
It seems the reason is that it was mentioned in tool.poetry.extras.
  • Loading branch information
antonincms committed Aug 30, 2024
1 parent 0769f43 commit 2a29440
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY ./poetry.lock ./poetry.lock
COPY ./README.md ./README.md

# Installs and caches dependencies
RUN poetry install --no-root --extras=gojsonnet --extras=reclass-rs
RUN poetry install --no-root --extras=gojsonnet

COPY ./kapitan ./kapitan

Expand Down
5 changes: 2 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ omegaconf = "^2.4.0.dev3"

[tool.poetry.extras]
gojsonnet = ["gojsonnet"]
test = ["docker", "reclass-rs"]
reclass-rs = ["reclass-rs"]
test = ["docker"]

[tool.black]
line-length = 110
Expand Down

0 comments on commit 2a29440

Please sign in to comment.