chore: add python-requests as dep

This commit is contained in:
Rudra B.S. 2023-11-20 12:33:21 +05:30
parent 2b0c29fb02
commit c68c26f72c

View file

@ -11,7 +11,7 @@ makedepends=('git' 'base-devel')
source=('git+https://git.blendos.co/blendOS/system-tools/akshara')
sha256sums=('SKIP')
depends=('bash' 'python' 'python-lockfile' 'python-psutil' 'python-fasteners' 'python-yaml' 'squashfs-tools' 'wget')
depends=('bash' 'python' 'python-lockfile' 'python-psutil' 'python-fasteners' 'python-yaml' 'squashfs-tools' 'wget' 'python-requests')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")