Skip to content

Commit 30426d6

Browse files
committed
Drop pyglet build workaround
1 parent 44745a9 commit 30426d6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ RUN echo -e "keyserver-options auto-key-retrieve" >> /etc/pacman.d/gnupg/gpg.con
1515
pyalpm \
1616
python \
1717
python-build \
18-
python-flit-core \
1918
python-installer \
2019
python-hatchling \
2120
python-markdown-it-py \
@@ -56,9 +55,6 @@ RUN source /manifest && \
5655
echo "Server=https://archive.archlinux.org/repos/${ARCHIVE_DATE}/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist && \
5756
pacman --noconfirm -Syyuu; if [ -n "${PACKAGE_OVERRIDES}" ]; then wget --directory-prefix=/tmp/extra_pkgs ${PACKAGE_OVERRIDES}; pacman --noconfirm -U --overwrite '*' /tmp/extra_pkgs/*; rm -rf /tmp/extra_pkgs; fi
5857

59-
# workaround for failing python-pyglet build required by chimera package
60-
RUN pacman --noconfirm -U https://archive.archlinux.org/packages/p/python-flit-core/python-flit-core-3.12.0-4-any.pkg.tar.zst
61-
6258
USER build
6359
ENV BUILD_USER="build"
6460
ENV GNUPGHOME="/etc/pacman.d/gnupg"

0 commit comments

Comments
 (0)