add selenium-manager as a dependency

This commit is contained in:
Sebastian Hugentobler 2023-09-27 13:26:10 +02:00
parent 8bcb70230c
commit 4246934b30
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -2,12 +2,12 @@
pkgname=python-ocma pkgname=python-ocma
_gitpkgname=openconnect-ms-auth _gitpkgname=openconnect-ms-auth
pkgver=0.3.0 pkgver=0.3.0
pkgrel=1 pkgrel=2
pkgdesc="Authenticate with your MFA enabled Microsoft-Account to the openconnect VPN client." pkgdesc="Authenticate with your MFA enabled Microsoft-Account to the openconnect VPN client."
arch=("any") arch=("any")
url="https://git.snas.black-burn.ch/FHNW/openconnect-ms-auth" url="https://git.snas.black-burn.ch/FHNW/openconnect-ms-auth"
license=("MIT") license=("MIT")
depends=("python-selenium" "python-otppy" "geckodriver") depends=("python-selenium" "python-otppy" "geckodriver" "selenium-manager")
makedepends=("python-poetry") makedepends=("python-poetry")
source=("https://git.snas.black-burn.ch/FHNW/openconnect-ms-auth/archive/$pkgver.tar.gz") source=("https://git.snas.black-burn.ch/FHNW/openconnect-ms-auth/archive/$pkgver.tar.gz")
sha256sums=("d56956b01b2e507da925877a099c8df23ace5205fc05cb99475dc80d2ace3670") sha256sums=("d56956b01b2e507da925877a099c8df23ace5205fc05cb99475dc80d2ace3670")