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

Bruno Pagani archange at gemini.archlinux.org
Tue Oct 19 17:36:10 UTC 2021


    Date: Tuesday, October 19, 2021 @ 17:36:09
  Author: archange
Revision: 1030984

FS#72470 add python-krb5 as optdep

Modified:
  python-pyspnego/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-19 17:31:29 UTC (rev 1030983)
+++ PKGBUILD	2021-10-19 17:36:09 UTC (rev 1030984)
@@ -3,7 +3,7 @@
 _pkg=pyspnego
 pkgname=python-${_pkg}
 pkgver=0.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="SPNEGO Authentication library"
 arch=(any)
 url="https://github.com/jborean93/pyspnego"
@@ -12,6 +12,7 @@
 makedepends=(python-setuptools)
 checkdepends=(cython python-pytest python-pytest-mock python-gssapi python-krb5 python-ruamel-yaml)
 optdepends=('python-gssapi: Kerberos support'
+            'python-krb5: Kerberos support'
             'python-ruamel-yaml: YAML configuration')
 # No tests in pypi tarball
 #source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)



More information about the arch-commits mailing list