diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-30 14:47:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-30 14:47:34 +0200 |
commit | a3742667b7f35e38f2ed63ef99b7b22586f4456c (patch) | |
tree | 539493ca4b66737f1d06e2cf13d9e491b360b24b /data/live-build-config/archives | |
parent | 29d7a8111b3c41baf9108309b81bd60b911d317f (diff) | |
parent | ef888b08d2bc609d45f3ad236ba28b902217b341 (diff) | |
download | vyos-build-a3742667b7f35e38f2ed63ef99b7b22586f4456c.tar.gz vyos-build-a3742667b7f35e38f2ed63ef99b7b22586f4456c.zip |
Merge pull request #167 from erkin/current
T3518: Pin cryptography and Paramiko to the Bullseye repo
Diffstat (limited to 'data/live-build-config/archives')
-rw-r--r-- | data/live-build-config/archives/bullseye.pref.chroot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/live-build-config/archives/bullseye.pref.chroot b/data/live-build-config/archives/bullseye.pref.chroot index 390c3a90..7c7f38f3 100644 --- a/data/live-build-config/archives/bullseye.pref.chroot +++ b/data/live-build-config/archives/bullseye.pref.chroot @@ -34,6 +34,14 @@ Package: runc Pin: release n=bullseye Pin-Priority: 600 +Package: python3-cryptography +Pin: release n=bullseye +Pin-Priority: 600 + +Package: python3-paramiko +Pin: release n=bullseye +Pin-Priority: 600 + Package: * Pin: release n=bullseye Pin-Priority: -10 |