python3-scruffy: add missing dependency
This commit is contained in:
parent
f922801455
commit
91481f94ce
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'python3-scruffy'
|
||||
pkgname=python3-scruffy
|
||||
version=0.3.8.2
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="scruffy-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-six python3-yaml"
|
||||
depends="python3-setuptools python3-six python3-yaml"
|
||||
checkdepends="python3-nose"
|
||||
short_desc="Framework for boilerplate in Python apps"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
|
|
Loading…
Reference in a new issue