Skip to content

Commit

Permalink
Merge pull request kapicorp#1121 from kapicorp/revert-1086-test/recla…
Browse files Browse the repository at this point in the history
…ss-as-pip

Revert "Install reclass as pip package"
  • Loading branch information
ademariag authored Jan 19, 2024
2 parents 32da65d + bb3abbc commit ee7cf52
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 105 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "kapitan/reclass"]
path = kapitan/reclass
url = https://github.com/kapicorp/reclass.git
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ WORKDIR /kapitan
RUN apt-get update \
&& apt-get install --no-install-recommends -y \
curl \
build-essential \
git
build-essential

ENV POETRY_VERSION=1.7.1
ENV VIRTUAL_ENV=/opt/venv
Expand Down
1 change: 1 addition & 0 deletions kapitan/reclass
Submodule reclass added at d220e8
105 changes: 3 additions & 102 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ license = "Apache-2.0"
version = "0.32.0"
packages = [
{ include = "kapitan" },
{ include = "kapitan/reclass" },
]

[tool.poetry.scripts]
Expand Down Expand Up @@ -63,7 +64,6 @@ packaging = "^23.0"
typing-extensions = "^4.0.0"
gojsonnet = { version = "^0.20.0", optional = true }
docker = { version = ">=5,<7", optional = true }
reclass = {git = "https://github.com/kapicorp/reclass"}

[tool.poetry.extras]
gojsonnet = ["gojsonnet"]
Expand All @@ -75,6 +75,7 @@ target-version = ['py38']
exclude = '''
(
/(
.*reclass.*
| .*version.py
)
)
Expand Down

0 comments on commit ee7cf52

Please sign in to comment.