diff options
author | Jelle van der Waa | 2022-11-11 22:12:07 +0000 |
---|---|---|
committer | Jelle van der Waa | 2022-11-11 22:12:07 +0000 |
commit | b62b523532fdbcd14c59cb62b5027a3efa8b8359 (patch) | |
tree | db5a6a13fc5fcafc26c43dbc1236defd1c860499 /PKGBUILD | |
parent | e984e129bfed6297dcc100733818442d1130ec1b (diff) | |
download | aur-b62b523532fdbcd14c59cb62b5027a3efa8b8359.tar.gz |
drop python-mock
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |