diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-20 12:26:36 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-20 12:26:38 +0200 |
commit | 7ca8c923b4a8da3f572f80bcab03737c1a39473a (patch) | |
tree | c2753f46e8afc923a42d3f6a9c03cc8f41c75c8c /debian/control | |
parent | 4528e94a88dac57c0da5cfa0b10ff665b119d1cf (diff) | |
download | vyos-1x-7ca8c923b4a8da3f572f80bcab03737c1a39473a.tar.gz vyos-1x-7ca8c923b4a8da3f572f80bcab03737c1a39473a.zip |
Debian: Bullseye has no package named python3-crypt use python3-pycryptodome instead
Package got renamed from Buster -> Bullseye.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index f28d28253..22fb86d49 100644 --- a/debian/control +++ b/debian/control @@ -104,7 +104,7 @@ Depends: procps, python3, python3-certbot-nginx, - python3-crypto, + python3-crypt | python3-pycryptodome, ${python3:Depends}, python3-flask, python3-hurry.filesize, |