Date: Saturday, November 12, 2022 @ 22:06:25
Author: jelle
Revision: 1347128
upgpkg: python-geopy 2.2.0-4: Drop python-mock from checkdepends
Modified:
python-geopy/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-12 22:04:29 UTC (rev 1347127)
+++ PKGBUILD 2022-11-12 22:06:25 UTC (rev 1347128)
@@ -3,7 +3,7 @@
_name=geopy
pkgname=python-geopy
pkgver=2.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="Geocoding library for Python"
arch=('any')
url="https://github.com/geopy/geopy"
@@ -10,7 +10,7 @@
license=('MIT')
depends=('python-geographiclib')
makedepends=('python-setuptools')
-checkdepends=('python-aiohttp' 'python-async_generator' 'python-mock'
+checkdepends=('python-aiohttp' 'python-async_generator' 'python-pytest-asyncio'
'python-pytest-aiohttp' 'python-pytest' 'python-pytz' 'python-requests')
optdepends=('python-aiohttp: for geopy.adapters.AioHTTPAdapter'
'python-requests: for geopy.adapters.RequestsAdapter')