[arch-commits] Commit in dbus-client-gen/trunk (PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 11:20:09 UTC 2021


    Date: Wednesday, December 1, 2021 @ 11:20:09
  Author: foutrelis
Revision: 1059173

Add setuptools build dep

Modified:
  dbus-client-gen/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 11:19:47 UTC (rev 1059172)
+++ PKGBUILD	2021-12-01 11:20:09 UTC (rev 1059173)
@@ -9,7 +9,7 @@
 license=('MPL2')
 url='https://stratis-storage.github.io/'
 depends=('python-dbus')
-makedepends=('python-pylint')
+makedepends=('python-pylint' 'python-setuptools')
 checkdepends=('python-nose' 'python-hypothesis' 'python-hs-dbus-signature')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/stratis-storage/${pkgname}/archive/v${pkgver}.tar.gz")
 sha256sums=('be2d7518238044f1ca148a5fff8504cc1324ee41dabec8b6e6a9ca2be3e93e7b')



More information about the arch-commits mailing list