diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2021-07-02 10:57:32 +0200 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2021-07-02 12:32:06 +0200 |
commit | f480346bb8e934b1ce2e0fc3be23f7168273bba1 (patch) | |
tree | 55987b6d51c5fc9ee92689b235176df941a91f95 /debian | |
parent | c232fdc4c5464858818f1a83c35ed5d0b7fba15a (diff) | |
download | vyos-1x-f480346bb8e934b1ce2e0fc3be23f7168273bba1.tar.gz vyos-1x-f480346bb8e934b1ce2e0fc3be23f7168273bba1.zip |
ipsec: T3656: T3659: Fix pass-through with ipv6. Fix op-mode ipsec commands. Remove python3-crypto dependency.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c0805804e..ddccc9e14 100644 --- a/debian/control +++ b/debian/control @@ -110,7 +110,7 @@ Depends: procps, python3, python3-certbot-nginx, - python3-crypt | python3-pycryptodome, + python3-pycryptodome, python3-cryptography, python3-flask, python3-hurry.filesize, |