mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-14 12:00:14 -04:00
Pin release of the runtime dependencies in snap
This patch specifies the exact release of the dependencies to pull in, this avoids regressions and incompatibilities from the new upstream changes. The maintainer should check and bump the dependency version once in a while and check for breakage. Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
This commit is contained in:
@@ -34,6 +34,8 @@ parts:
|
||||
bottle:
|
||||
plugin: python
|
||||
source: https://github.com/bottlepy/bottle.git
|
||||
source-branch: release-0.12
|
||||
docker:
|
||||
plugin: python
|
||||
source: https://github.com/docker/docker-py.git
|
||||
source-tag: '3.7.0'
|
||||
|
||||
Reference in New Issue
Block a user