python-chroot: fix cross
This commit is contained in:
parent
851d36fd16
commit
f534c2fc08
|
@ -9,8 +9,7 @@ pycompile_module="${_distname}"
|
|||
python_versions="2.7 3.4"
|
||||
pycompile_version="2.7"
|
||||
noarch=yes
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
makedepends="python-snakeoil python3.4-snakeoil"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools python-snakeoil python3.4-snakeoil"
|
||||
depends="python-snakeoil"
|
||||
short_desc="Python2 Library and CLI tool that simplify chroot handling"
|
||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||
|
|
Loading…
Reference in New Issue