Date: Monday, November 14, 2022 @ 10:00:21
  Author: yan12125
Revision: 1347495

python-moto: add missing checkdepends python-mock

It is a transitive dep via python-sure, and the latter will drop
python-mock [1]

I may not have time to fix it before Python 3.11 rebuilds, so I add the
dependency instead of fixing it.

[1] https://archlinux.org/todo/drop-python-mock-checkdepends/

Modified:
  python-moto/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-14 09:25:38 UTC (rev 1347494)
+++ PKGBUILD    2022-11-14 10:00:21 UTC (rev 1347495)
@@ -20,7 +20,7 @@
          # urllib3 is used by cfnresponse.py, not directly by moto - just to 
make namcap happy
          python-urllib3)
 # See reqquirements-test.txt, excluding pytest-cov
-checkdepends=(python-pytest python-sure python-freezegun)
+checkdepends=(python-pytest python-sure python-freezegun python-mock)
 # Below are optional dependencies. The order matches _dep_* items in upstream 
`setup.py`.
 # Note that _dep_python_jose_ecdsa_pin and _dep_idna are excluded as they are 
pins and
 # not used by moto.

Reply via email to