Date: Sunday, February 17, 2019 @ 06:00:01 Author: svenstaro Revision: 433994
Fix depends Modified: python-requests-ntlm/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-17 05:57:56 UTC (rev 433993) +++ PKGBUILD 2019-02-17 06:00:01 UTC (rev 433994) @@ -8,6 +8,7 @@ pkgrel=3 pkgdesc="Allows for HTTP NTLM authentication using the requests library." url="https://github.com/requests/requests-ntlm" +depends=('python' 'python-requests' 'python-ntlm-auth') makedepends=(python-setuptools) license=('custom:ISC License (ISCL)') arch=(any) @@ -20,7 +21,6 @@ } package() { - depends+=('python' 'python-requests' 'python-ntlm-auth') cd "${srcdir}/${_module}-${pkgver}" install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/python-requests-ntlm/LICENSE" python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
