David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-sphinx-autoapi
Commits: a64ab6f6 by David Runge at 2024-10-30T09:22:08+01:00 Add all direct dependencies Signed-off-by: David Runge <[email protected]> - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -11,6 +11,7 @@ pkgbase = python-sphinx-autoapi makedepends = python-build makedepends = python-flit-core makedepends = python-installer + depends = python depends = python-astroid depends = python-jinja depends = python-sphinx ===================================== PKGBUILD ===================================== @@ -10,7 +10,9 @@ arch=(any) url=https://github.com/readthedocs/sphinx-autoapi license=(MIT) depends=( + python python-astroid + python-docutils # used directly, pulled in via python-sphinx python-jinja python-sphinx python-yaml View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-autoapi/-/commit/a64ab6f690950c0258313ff1ead93024b4719461 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-autoapi/-/commit/a64ab6f690950c0258313ff1ead93024b4719461 You're receiving this email because of your account on gitlab.archlinux.org.
