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

Balló György bgyorgy at archlinux.org
Fri Apr 16 08:29:08 UTC 2021


    Date: Friday, April 16, 2021 @ 08:29:08
  Author: bgyorgy
Revision: 919372

upgpkg: python-requests-hawk 1.1.0-3: Add python-setuptools to makedepends

Modified:
  python-requests-hawk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-16 08:26:50 UTC (rev 919371)
+++ PKGBUILD	2021-04-16 08:29:08 UTC (rev 919372)
@@ -3,12 +3,13 @@
 _pkgname=requests-hawk
 pkgname=python-requests-hawk
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Hawk authentication strategy for the requests python library'
 arch=('any')
 url='https://github.com/mozilla-services/requests-hawk'
 license=('Apache')
 depends=('python-mohawk' 'python-requests')
+makedepends=('python-setuptools')
 source=("https://github.com/mozilla-services/$_pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
 sha256sums=('ed12a67ee0a6b1d8b6c878d99a8c5819f359acb3a69fd8b69dc95ea6106b935f')
 



More information about the arch-commits mailing list