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

David Runge dvzrv at gemini.archlinux.org
Tue Jan 18 08:47:52 UTC 2022


    Date: Tuesday, January 18, 2022 @ 08:47:52
  Author: dvzrv
Revision: 1108524

upgpkg: python-ansible-compat 1.0.0-2: Rebuild to add missing makedepends.

Add python-setuptools-scm and python-setuptools-scm-git-archive to makedepends,
else this screws up METADATA: https://bugs.archlinux.org/task/73390

Modified:
  python-ansible-compat/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-18 07:28:49 UTC (rev 1108523)
+++ PKGBUILD	2022-01-18 08:47:52 UTC (rev 1108524)
@@ -3,13 +3,13 @@
 _name=ansible-compat
 pkgname=python-ansible-compat
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Functions that help interacting with various versions of Ansible"
 arch=(any)
 url="https://github.com/ansible-community/ansible-compat"
 license=(MIT)
 depends=(python-subprocess-tee python-yaml)
-makedepends=(python-build python-install python-wheel)
+makedepends=(python-build python-install python-setuptools-scm python-setuptools-scm-git-archive python-wheel)
 checkdepends=(ansible python-flaky python-pytest python-pytest-mock)
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
 sha256sums=('2ade2acbd1d7868eeb602c682afe92bc8c05480333205c328b4c2a1b09f970a4')



More information about the arch-commits mailing list