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

Johannes Löthberg demize at gemini.archlinux.org
Wed Dec 1 16:48:11 UTC 2021


    Date: Wednesday, December 1, 2021 @ 16:48:11
  Author: demize
Revision: 1060613

Move vault to makedepends (Python 3.10 rebuild)

The prepare function requires vault to be installed, so it needs to be moved to makedepends.

Modified:
  python-hvac/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 16:46:57 UTC (rev 1060612)
+++ PKGBUILD	2021-12-01 16:48:11 UTC (rev 1060613)
@@ -11,10 +11,10 @@
 license=(Apache)
 arch=(any)
 depends=(python python-requests python-six)
-makedepends=(python-setuptools)
+makedepends=(python-setuptools vault)
 checkdepends=(python-pytest python-authlib python-flask python-flask-sqlalchemy python-mock
               python-parameterized python-pyhcl python-requests-mock python-werkzeug python-jwcrypto
-              vault consul)
+              consul)
 optdepends=(
   'python-pyhcl: for parsing returned data'
 )



More information about the arch-commits mailing list