Date: Sunday, November 13, 2022 @ 19:21:33
Author: jelle
Revision: 1347359
upgpkg: python-pyudev 0.24.0-2: Drop python-mock from checkdepends
Modified:
python-pyudev/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-13 18:26:31 UTC (rev 1347358)
+++ PKGBUILD 2022-11-13 19:21:33 UTC (rev 1347359)
@@ -7,14 +7,14 @@
_pkgname=pyudev
pkgname=python-$_pkgname
pkgver=0.24.0
-pkgrel=1
+pkgrel=2
arch=('any')
url='https://github.com/pyudev/pyudev'
license=('LGPL')
pkgdesc='Python bindings to libudev'
depends=('python-six' 'systemd')
-makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel' 'python-sphinx' 'python-mock')
-checkdepends=('python-pytest' 'python-docutils' 'python-mock'
'python-hypothesis' 'python-pip')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel' 'python-sphinx')
+checkdepends=('python-pytest' 'python-docutils' 'python-hypothesis'
'python-pip')
optdepends=('python-pyqt5: PyQt integration'
'pyside2: PySide integration'
'python-wxpython: WX integration')