mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
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"
|
pkgname="python-configobj"
|
||||||
version=5.0.5
|
version=5.0.5
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="configobj-${version}"
|
wrksrc="configobj-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
noarch=yes
|
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"
|
depends="python python-six"
|
||||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||||
license="New BSD"
|
license="New BSD"
|
||||||
|
|
Loading…
Add table
Reference in a new issue