python-boto: remove noarch.
This commit is contained in:
parent
7f8fc57d88
commit
0d3b9181a0
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'python-boto'
|
# Template file for 'python-boto'
|
||||||
pkgname=python-boto
|
pkgname=python-boto
|
||||||
version=2.49.0
|
version=2.49.0
|
||||||
revision=2
|
revision=3
|
||||||
archs=noarch
|
|
||||||
wrksrc="boto-${version}"
|
wrksrc="boto-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="boto"
|
pycompile_module="boto"
|
||||||
|
@ -41,7 +40,6 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-boto_package() {
|
python3-boto_package() {
|
||||||
archs=noarch
|
|
||||||
depends="python3"
|
depends="python3"
|
||||||
pycompile_module="boto"
|
pycompile_module="boto"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
|
Loading…
Reference in a new issue