Skip to content

Commit

Permalink
feat(rhineng-12237): Remove python-snappy dependency prior to ubi9 up…
Browse files Browse the repository at this point in the history
…date (#1936)

* Remove references to snappy as this capability is unused
  • Loading branch information
chambridge authored Sep 18, 2024
1 parent 868b309 commit 8391a42
Show file tree
Hide file tree
Showing 6 changed files with 461 additions and 673 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WORKDIR $APP_ROOT

RUN microdnf module enable postgresql:13 python39:3.9 && \
microdnf upgrade -y && \
microdnf install --setopt=tsflags=nodocs -y postgresql python39 rsync tar procps-ng make snappy && \
microdnf install --setopt=tsflags=nodocs -y postgresql python39 rsync tar procps-ng make && \
rpm -qa | sort > packages-before-devel-install.txt && \
microdnf install --setopt=tsflags=nodocs -y libpq-devel python39-devel gcc && \
rpm -qa | sort > packages-after-devel-install.txt
Expand Down
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ honcho = "*"
sqlalchemy = "<3.0.0"
alembic = ">=1.12.0"
urllib3 = ">=1.26.5"
python-snappy = "*"
flask-unleash = "*"
segment-analytics-python = "*"
flask-caching = "*"
Expand Down
Loading

0 comments on commit 8391a42

Please sign in to comment.