mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-mock: add missing python3 dependency
This commit is contained in:
parent
e1d5929773
commit
cde26714cc
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-mock'
|
# Template file for 'python3-mock'
|
||||||
pkgname=python3-mock
|
pkgname=python3-mock
|
||||||
version=4.0.3
|
version=4.0.3
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="mock-${version}"
|
wrksrc="mock-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Python3 mock library"
|
short_desc="Python3 mock library"
|
||||||
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue