summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJelle van der Waa2022-11-11 22:12:07 +0000
committerJelle van der Waa2022-11-11 22:12:07 +0000
commitb62b523532fdbcd14c59cb62b5027a3efa8b8359 (patch)
treedb5a6a13fc5fcafc26c43dbc1236defd1c860499 /PKGBUILD
parente984e129bfed6297dcc100733818442d1130ec1b (diff)
downloadaur-b62b523532fdbcd14c59cb62b5027a3efa8b8359.tar.gz
drop python-mock
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0922152efa2..072bdbd4fff3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
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'
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)