summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-06-20 12:26:36 +0200
committerChristian Poessinger <christian@poessinger.com>2021-06-20 12:26:38 +0200
commit7ca8c923b4a8da3f572f80bcab03737c1a39473a (patch)
treec2753f46e8afc923a42d3f6a9c03cc8f41c75c8c
parent4528e94a88dac57c0da5cfa0b10ff665b119d1cf (diff)
downloadvyos-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.
-rw-r--r--debian/control2
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,