Skip to content

Commit

Permalink
remove py3-pywinpty which should never have been added, as it require… (
Browse files Browse the repository at this point in the history
#36706)

We had a failing package update PR that popped up in sustaining:
 - #31028

On closer inspection, this was a win32 package, and should never have
been added to wolfi. Whilst it may have been compiling before, it was
non-functional. It's highly likely it was wrongly imported when
jupyter-server was built / imported.

**Please see the following GH issue comments for more information:**
- #31028 (comment)

This PR cleans up the package, as well as adds it to the withdrawn list.
There are no other packages (in wolfi or elsewhere), or images with
dependencies on this broken package.

Signed-off-by: Mark McCormick <[email protected]>
  • Loading branch information
mamccorm authored Dec 13, 2024
1 parent e995645 commit ff38257
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 82 deletions.
1 change: 0 additions & 1 deletion py3-jupyter-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ package:
- py3-overrides
- py3-packaging
- py3-prometheus-client
- py3-pywinpty
- py3-pyzmq
- py3-send2trash
- py3-terminado
Expand Down
81 changes: 0 additions & 81 deletions py3-pywinpty.yaml

This file was deleted.

1 change: 1 addition & 0 deletions withdrawn-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ repmgr-5.5.0-r2.apk
repmgr-dev-5.5.0-r3.apk
repmgr-5.5.0-r3.apk
repmgr-bitnami-compat-5.5.0-r3.apk
py3-pywinpty-2.0.13-r3.apk

0 comments on commit ff38257

Please sign in to comment.