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

Evangelos Foutras foutrelis at gemini.archlinux.org
Tue Nov 30 21:29:33 UTC 2021


    Date: Tuesday, November 30, 2021 @ 21:29:32
  Author: foutrelis
Revision: 1058909

Add setuptools build dep

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-30 21:23:57 UTC (rev 1058908)
+++ PKGBUILD	2021-11-30 21:29:32 UTC (rev 1058909)
@@ -12,6 +12,7 @@
 url="https://github.com/mitya57/secretstorage"
 license=('BSD')
 depends=('python-cryptography' 'python-jeepney')
+makedepends=('python-setuptools')
 checkdepends=('org.freedesktop.secrets' 'xorg-server-xvfb')
 source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
 sha512sums=('5e874d08c9e00626a217db96b131884daf92429a91f690b32f62052747275ad0effbe2b4abe048e67fe7f81df97507f8375408898ff986e6f883b5fdfbf2a76c')



More information about the arch-commits mailing list