Upgrade inotify_simple to 2.0

mainly: available as a .whl now

See https://github.com/chrisjbillington/inotify_simple/issues/41
This commit is contained in:
Klaas van Schelven
2025-08-25 08:55:50 +02:00
parent cff82b4797
commit 044270aa6e
2 changed files with 5 additions and 6 deletions

View File

@@ -28,11 +28,10 @@ RUN --mount=type=cache,target=/var/cache/buildkit/pip \
# * this moves the dependency on the bugsink wheel up in the build-order, and
# that's precisely the most changing part, i.e. the thing that breaks caching.
#
# * all current (Apr 2025) dependencies .whl files are available on PyPI anyway.
# Exception: inotify_simple, but it's a pure python tar.gz; Nothing much
# is gained by fetch-first-install-later. And if we ever depend on further
# packages that require a build step, explicit action is probably needed
# anyway b/c of the build deps.
# * all current (Aug 2025) dependencies .whl files are available on PyPI anyway.
# Nothing much is gained by fetch-first-install-later. And if we ever
# depend on packages that require a build step, explicit action is probably
# needed anyway b/c of the build deps.
#
# * pointing to requirements.txt here instead of the wheel is tempting, but
# breaks the idea of "just build the wheel" (requirements.txt is whatever