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

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


    Date: Friday, April 16, 2021 @ 08:31:59
  Author: bgyorgy
Revision: 919374

upgpkg: python-fxa 0.7.7-4: Add python-setuptools to makedepends

Modified:
  python-fxa/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-16 08:29:13 UTC (rev 919373)
+++ PKGBUILD	2021-04-16 08:31:59 UTC (rev 919374)
@@ -4,12 +4,13 @@
 _pkgname=PyFxA
 pkgname=python-fxa
 pkgver=0.7.7
-pkgrel=3
+pkgrel=4
 pkgdesc='Python library for interacting with the Firefox Accounts ecosystem'
 arch=('any')
 url='https://github.com/mozilla/PyFxA'
 license=('MPL2')
 depends=('python-browserid' 'python-cryptography' 'python-hawkauthlib' 'python-pyjwt' 'python-requests' 'python-six')
+makedepends=('python-setuptools')
 checkdepends=('python-grequests' 'python-mock' 'python-pyotp' 'python-pytest-cov' 'python-pytest-flake8' 'python-pytest-runner' 'python-responses')
 source=("https://github.com/mozilla/$_pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
 sha256sums=('d5b5afdafb6b42344d49e4e4df0582758df54e00b8d0fa3cbc29433410aa9a6f')



More information about the arch-commits mailing list