Date: Friday, November 11, 2022 @ 22:12:07
Author: jelle
Revision: 1346882
upgpkg: python-daemon 2.3.0-3: drop python-mock
Modified:
python-daemon/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-11 22:11:52 UTC (rev 1346881)
+++ PKGBUILD 2022-11-11 22:12:07 UTC (rev 1346882)
@@ -4,7 +4,7 @@
pkgname=python-daemon
pkgver=2.3.0
-pkgrel=2
+pkgrel=3
pkgdesc='Library to implement a well-behaved Unix daemon process'
arch=('any')
url='https://pypi.python.org/pypi/python-daemon'
@@ -11,7 +11,7 @@
license=('Apache')
depends=('python' 'python-lockfile' 'python-docutils')
makedepends=('python-setuptools' 'python-docutils' 'python-lockfile'
'python-pip')
-checkdepends=('python-mock' 'python-testscenarios' 'python-wheel')
+checkdepends=('python-testscenarios' 'python-wheel')
source=(https://files.pythonhosted.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz
testtools-2.5.0.patch
python310.patch)