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

Revert "Install reclass as pip package" #1121

Merged
merged 1 commit into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all 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: 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