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

Antonio Rojas arojas at gemini.archlinux.org
Wed Dec 15 12:52:34 UTC 2021


    Date: Wednesday, December 15, 2021 @ 12:52:34
  Author: arojas
Revision: 1073022

Drop unused python2 makedepends

Modified:
  python-pywinrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-15 12:51:21 UTC (rev 1073021)
+++ PKGBUILD	2021-12-15 12:52:34 UTC (rev 1073022)
@@ -4,7 +4,7 @@
 
 pkgname=python-pywinrm
 pkgver=0.4.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Python library for Windows Remote Management"
 arch=(any)
 url="https://pypi.python.org/pypi/pywinrm"
@@ -12,7 +12,7 @@
 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')
+makedepends=('python-setuptools')
 source=("https://files.pythonhosted.org/packages/source/p/pywinrm/pywinrm-${pkgver}.tar.gz")
 sha512sums=('c5ff02606d6c887ef199cf814d931575728947bbbbff3c2ae7e52bed355408df06ea9351a4ae0b47a947a05ca3476054e501b3abcfca5a36643ef4cd6855a0e4')
 



More information about the arch-commits mailing list