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

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Mon Jul 11 11:15:46 UTC 2022


    Date: Monday, July 11, 2022 @ 11:15:46
  Author: yan12125
Revision: 1249560

python-aiobotocore: add new dep needed by moto

moto.apigateway needs openapi_spec_validator since [1]

[1] https://github.com/spulec/moto/pull/5140

Modified:
  python-aiobotocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-11 11:14:21 UTC (rev 1249559)
+++ PKGBUILD	2022-07-11 11:15:46 UTC (rev 1249560)
@@ -13,7 +13,7 @@
 makedepends=(python-setuptools)
 checkdepends=(python-moto python-pytest python-pytest-asyncio
               # moto optdepends
-              python-docker python-yaml python-flask python-flask-cors)
+              python-docker python-openapi-spec-validator python-yaml python-flask python-flask-cors)
 source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz")
 sha256sums=('adc47fa24839b75a6e9351183bb9a0160735a5f08878c87db1cbc0d3f027d0ec')
 



More information about the arch-commits mailing list