diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,12 +3,13 @@ pkgname=python-pypsrp _pkgname=pypsrp pkgver=0.5.0 -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-ntlm-auth') +depends=('python' 'python-six' 'python-cryptography' 'python-requests' + 'python-pyspnego' 'python-gssapi') makedepends=('python-setuptools') source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz") sha256sums=('e4d13c84a5a150c75ec5bc8653059fa78e8421172049e0496d1df89ca24d9a6d') |