Date: Friday, November 11, 2022 @ 19:41:57
  Author: jelle
Revision: 1346834

Drop python-mock as checkdepends

This is no longer required.

Modified:
  trash-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-11 19:28:28 UTC (rev 1346833)
+++ PKGBUILD    2022-11-11 19:41:57 UTC (rev 1346834)
@@ -5,7 +5,7 @@
 
 pkgname=trash-cli
 pkgver=0.22.8.27
-pkgrel=1
+pkgrel=2
 pkgdesc="Command line trashcan (recycle bin) interface"
 arch=('any')
 url="https://github.com/andreafrancia/trash-cli";
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('python-psutil')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-mock' 'python-six')
+checkdepends=('python-pytest' 'python-six')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
 sha256sums=('d1b82193c2316aa5bf7b80be4cf623b8f0bfb6de10bcc65cd232f66725aec53c')
 

Reply via email to