Skip to content

Commit 404937e

Browse files
authored
Merge pull request #142 from linuxserver/pycups
remove pycups
2 parents 4645be3 + cb00193 commit 404937e

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ RUN \
5656
bluez \
5757
bluez-deprecated \
5858
bluez-libs \
59-
cups-libs \
6059
curl \
6160
eudev-libs \
6261
ffmpeg \
@@ -238,8 +237,7 @@ RUN \
238237
-r requirements.txt && \
239238
uv pip install --no-build \
240239
-r requirements_all.txt \
241-
isal \
242-
pycups && \
240+
isal && \
243241
uv pip install \
244242
homeassistant==${HASS_RELEASE} && \
245243
for cleanfiles in *.pyc *.pyo; do \

Dockerfile.aarch64

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ RUN \
5656
bluez \
5757
bluez-deprecated \
5858
bluez-libs \
59-
cups-libs \
6059
curl \
6160
eudev-libs \
6261
ffmpeg \
@@ -238,8 +237,7 @@ RUN \
238237
-r requirements.txt && \
239238
uv pip install --no-build \
240239
-r requirements_all.txt \
241-
isal \
242-
pycups && \
240+
isal && \
243241
uv pip install \
244242
homeassistant==${HASS_RELEASE} && \
245243
for cleanfiles in *.pyc *.pyo; do \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
318318

319319
## Versions
320320

321+
* **05.03.26:** - Remove pycups as there are no python 3.14 wheels for it.
321322
* **02.10.25:** - Rebase to alpine 3.22, rely on baseimage service for usb device permission fixing.
322323
* **19.09.25:** - Add the necessary capabilities in the container to allow the unprivileged user access to bluetooth stack.
323324
* **03.01.25:** - Rebase to alpine 3.21.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ init_diagram: |
114114
"homeassistant:latest" <- Base Images
115115
# changelog
116116
changelogs:
117+
- {date: "05.03.26:", desc: "Remove pycups as there are no python 3.14 wheels for it."}
117118
- {date: "02.10.25:", desc: "Rebase to alpine 3.22, rely on baseimage service for usb device permission fixing."}
118119
- {date: "19.09.25:", desc: "Add the necessary capabilities in the container to allow the unprivileged user access to bluetooth stack."}
119120
- {date: "03.01.25:", desc: "Rebase to alpine 3.21."}

0 commit comments

Comments
 (0)