python-configobj: fix cross builds; add missing bdeps.
This commit is contained in:
parent
b6d4b9e71c
commit
b15c67c129
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
|||
pkgname="python-configobj"
|
||||
version=5.0.5
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="configobj-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
noarch=yes
|
||||
makedepends="python-devel python3.4-devel"
|
||||
hostmakedepends="python-devel python3.4-devel"
|
||||
makedepends="${hostmakedepends} python-six python3.4-six"
|
||||
depends="python python-six"
|
||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||
license="New BSD"
|
||||
|
|
Loading…
Reference in a new issue