summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2022-03-04 19:28:38 -0800
committerGI_Jack2022-03-04 19:28:38 -0800
commit1e551b5fc8edf2f6e4409fdf617b6e57bf3a5a74 (patch)
treee705ab5a65b783d47765e3b18ef33b66a6b0176d /PKGBUILD
parentfda709ff61a8d0d062f0c963d414f60dc79985ff (diff)
downloadaur-1e551b5fc8edf2f6e4409fdf617b6e57bf3a5a74.tar.gz
added python-wheel dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d6ba4d11388..475b381119ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-pypsrp
_pkgname=pypsrp
pkgver=0.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python PowerShell Remoting Protocol Client Library"
url="https://pypi.org/project/pypsrp/"
arch=('any')
license=('MIT')
depends=('python' 'python-six' 'python-cryptography' 'python-requests'
'python-pyspnego' 'python-gssapi')
-makedepends=('python-build' 'python-installer')
+makedepends=('python-build' 'python-installer' 'python-wheel')
optdepends=('python-krb5: for Kerberos authentication on Linux'
'python-requests-credssp: for CredSSP authentication')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")