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

Felix Yan felixonmars at gemini.archlinux.org
Mon Aug 29 13:52:43 UTC 2022


    Date: Monday, August 29, 2022 @ 13:52:43
  Author: felixonmars
Revision: 1285200

upgpkg: python-pyhamcrest 1.10.1-4: fix missing dependency on six (FS#75729)

Modified:
  python-pyhamcrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-29 13:52:21 UTC (rev 1285199)
+++ PKGBUILD	2022-08-29 13:52:43 UTC (rev 1285200)
@@ -2,12 +2,12 @@
 
 pkgname=python-pyhamcrest
 pkgver=1.10.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Hamcrest framework for matcher objects"
 arch=('any')
 license=('BSD')
 url="https://github.com/hamcrest/PyHamcrest"
-depends=('python')
+depends=('python-six')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-mock')
 source=("https://github.com/hamcrest/PyHamcrest/archive/V$pkgver/$pkgname-$pkgver.tar.gz")



More information about the arch-commits mailing list