python-mock: add missing python-setuptools dependency
Closes #12894. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
5cfa5e39c2
commit
c241cd5c9b
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'python-mock'
|
||||
pkgname=python-mock
|
||||
version=2.0.0
|
||||
revision=2
|
||||
revision=3
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python2-module
|
||||
pycompile_module="mock"
|
||||
hostmakedepends="python-setuptools python-pbr"
|
||||
depends="python-six python-pbr python-funcsigs"
|
||||
hostmakedepends="python-pbr python-setuptools"
|
||||
depends="python-funcsigs python-pbr python-setuptools python-six"
|
||||
short_desc="Rolling backport of unittest.mock for Python2"
|
||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||
homepage="https://github.com/testing-cabal/mock"
|
||||
license="2-clause-BSD"
|
||||
license="BSD-2-Clause"
|
||||
distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
|
||||
checksum=b158b6df76edd239b8208d481dc46b6afd45a846b7812ff0ce58971cf5bc8bba
|
||||
|
||||
|
|
Loading…
Reference in a new issue