mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user