python-pyserial: remove noarch.
This commit is contained in:
parent
b2b86784f8
commit
c30995fb9d
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'python-pyserial'
|
# Template file for 'python-pyserial'
|
||||||
pkgname=python-pyserial
|
pkgname=python-pyserial
|
||||||
version=3.4
|
version=3.4
|
||||||
revision=3
|
revision=4
|
||||||
archs=noarch
|
|
||||||
wrksrc="pyserial-${version}"
|
wrksrc="pyserial-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
@ -21,7 +20,6 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-pyserial_package() {
|
python3-pyserial_package() {
|
||||||
archs=noarch
|
|
||||||
depends="python3"
|
depends="python3"
|
||||||
pycompile_module="serial"
|
pycompile_module="serial"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
|
Loading…
Reference in New Issue