python3-testtools: add missing python3 dependency
This commit is contained in:
parent
18457232f9
commit
43995d93e0
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'python3-testtools'
|
||||
pkgname=python3-testtools
|
||||
version=2.4.0
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc="testtools-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-pbr"
|
||||
depends="python3-pbr"
|
||||
short_desc="Python3 standard library unit testing framework"
|
||||
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in a new issue