Date: Sunday, November 13, 2022 @ 20:33:46
  Author: jelle
Revision: 1347405

upgpkg: python-vcrpy 4.2.1-2: Drop python-mock from checkdepends

Modified:
  python-vcrpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-13 20:33:01 UTC (rev 1347404)
+++ PKGBUILD    2022-11-13 20:33:46 UTC (rev 1347405)
@@ -2,7 +2,7 @@
 
 pkgname=python-vcrpy
 pkgver=4.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Automatically mock your HTTP interactions to simplify and speed up 
testing'
 arch=('any')
 license=('MIT')
@@ -9,7 +9,7 @@
 url='https://github.com/kevin1024/vcrpy'
 depends=('python-yaml' 'python-wrapt' 'python-six' 'python-yarl')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-httpbin' 'python-mock')
+checkdepends=('python-pytest-runner' 'python-pytest-httpbin')
 
source=("https://github.com/kevin1024/vcrpy/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
 
sha512sums=('59231e5164cda3099b18d099f0ef97e062e6401e52e5dfc4022aa89ca02881e9e6e3c782f12c288f5281b3b3bf175dc33a267bc6d2b40791582a1221f5d7aaab')
 

Reply via email to