Date: Saturday, November 12, 2022 @ 21:57:37
Author: jelle
Revision: 1347120
upgpkg: python-fxa 0.7.7-6: Drop python-mock from checkdepends
Modified:
python-fxa/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-12 21:57:25 UTC (rev 1347119)
+++ PKGBUILD 2022-11-12 21:57:37 UTC (rev 1347120)
@@ -4,7 +4,7 @@
_pkgname=PyFxA
pkgname=python-fxa
pkgver=0.7.7
-pkgrel=5
+pkgrel=6
pkgdesc='Python library for interacting with the Firefox Accounts ecosystem'
arch=('any')
url='https://github.com/mozilla/PyFxA'
@@ -11,7 +11,7 @@
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')
+checkdepends=('python-grequests' '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')