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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Jun 14 22:33:09 UTC 2020


    Date: Sunday, June 14, 2020 @ 22:33:09
  Author: svenstaro
Revision: 644729

upgpkg: python-pywinrm 0.4.1-2: Make python-requests-ntlm a hard dep (FS#66993)

Modified:
  python-pywinrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-14 22:24:03 UTC (rev 644728)
+++ PKGBUILD	2020-06-14 22:33:09 UTC (rev 644729)
@@ -4,14 +4,13 @@
 
 pkgname=python-pywinrm
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python library for Windows Remote Management"
 arch=(any)
 url="https://pypi.python.org/pypi/pywinrm"
 license=('MIT')
-depends=('python' 'python-requests' 'python-xmltodict')
-optdepends=('python-requests-ntlm: for HTTP NTLM authentication'
-            'python-requests-kerberos: for kerberos authentication'
+depends=('python' 'python-requests' 'python-xmltodict' 'python-requests-ntlm')
+optdepends=('python-requests-kerberos: for kerberos authentication'
             'python-requests-credssp: for CredSSP authenication')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://files.pythonhosted.org/packages/source/p/pywinrm/pywinrm-${pkgver}.tar.gz")



More information about the arch-commits mailing list