[arch-commits] Commit in python-requests-credssp/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Jun 14 17:05:32 UTC 2017


    Date: Wednesday, June 14, 2017 @ 17:05:32
  Author: svenstaro
Revision: 236781

upgpkg: python-requests-credssp 0.0.2-3

Remove missing dep

Modified:
  python-requests-credssp/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-14 16:19:27 UTC (rev 236780)
+++ PKGBUILD	2017-06-14 17:05:32 UTC (rev 236781)
@@ -5,7 +5,7 @@
 pkgname=('python-requests-credssp' 'python2-requests-credssp')
 _module='requests-credssp'
 pkgver='0.0.2'
-pkgrel=2
+pkgrel=3
 pkgdesc="HTTPS CredSSP authentication with the requests library"
 url="https://github.com/jborean93/requests-credssp"
 makedepends=('python-setuptools' 'python2-setuptools')
@@ -27,7 +27,7 @@
 }
 
 package_python-requests-credssp() {
-    depends+=('python' 'python-pyopenssl' 'python-requests' 'python-ordereddict' 'python-ntlm-auth')
+    depends+=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')
     cd "${srcdir}/${_module}-${pkgver}"
     python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 }



More information about the arch-commits mailing list