testing/py3-jaraco.vcs: add py3-jaraco.path to depends

Fix `ModuleNotFoundError` when imported by other libraries. Error found
during a rebuild of `py3-rst.linker`.

```
  File "/usr/lib/python3.14/site-packages/jaraco/vcs/__init__.py", line 9, in <module>
    from .subprocess import Git, Mercurial
  File "/usr/lib/python3.14/site-packages/jaraco/vcs/subprocess.py", line 4, in <module>
    from . import base, cmd
  File "/usr/lib/python3.14/site-packages/jaraco/vcs/cmd.py", line 13, in <module>
    import jaraco.path
ModuleNotFoundError: No module named 'jaraco.path'
```
This commit is contained in:
mio 2026-04-05 04:11:26 +00:00
parent f0efdbc88c
commit ddded72824

View File

@ -2,12 +2,12 @@
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname=py3-jaraco.vcs
pkgver=2.4.1
pkgrel=1
pkgrel=2
pkgdesc="Classes for inspecting and working with repositories in the Mercurial and Git version control systems"
url="https://github.com/jaraco/jaraco.vcs"
arch="noarch"
license="MIT"
depends="py3-dateutil py3-jaraco.classes py3-jaraco.versioning py3-more-itertools py3-packaging py3-tempora"
depends="py3-dateutil py3-jaraco.classes py3-jaraco.path py3-jaraco.versioning py3-more-itertools py3-packaging py3-tempora"
makedepends="py3-gpep517 py3-installer py3-setuptools_scm py3-wheel"
checkdepends="py3-jaraco.path py3-pytest py3-pytest-home"
subpackages="$pkgname-pyc"