diff options
author | erkin <e.altunbas@vyos.io> | 2021-05-30 11:06:50 +0300 |
---|---|---|
committer | erkin <e.altunbas@vyos.io> | 2021-05-30 11:06:50 +0300 |
commit | ef888b08d2bc609d45f3ad236ba28b902217b341 (patch) | |
tree | d541234792d54f1f93ee14d53dcda21903e4ab30 /data | |
parent | 5e47e3ad3c333197bbff10bbda7d4bbd9f0b4009 (diff) | |
download | vyos-build-ef888b08d2bc609d45f3ad236ba28b902217b341.tar.gz vyos-build-ef888b08d2bc609d45f3ad236ba28b902217b341.zip |
Pin cryptography and Paramiko to the Bullseye repo
Diffstat (limited to 'data')
-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 |