python-mock: makedepend on setuptools

This commit is contained in:
Christoph Reiter
2021-05-16 05:53:03 +02:00
parent 82d8ff3859
commit e6a76d8ddf

View File

@@ -5,10 +5,11 @@
pkgbase=python-mock
pkgname=(python-mock)
pkgver=4.0.2
pkgrel=2
pkgrel=3
pkgdesc='Mocking and Patching Library for Testing'
url='https://docs.python.org/3/library/unittest.mock.html'
depends=('python')
makedepends=('python-setuptools')
provides=("python3-mock")
conflicts=("python3-mock")
replaces=("python3-mock")