python-service_identity: remove noarch.

This commit is contained in:
fosslinux 2020-09-15 16:59:43 +10:00 committed by Đoàn Trần Công Danh
parent 24c7cca65c
commit 3d40c6fd05

View file

@ -1,8 +1,7 @@
# Template file for 'python-service_identity' # Template file for 'python-service_identity'
pkgname=python-service_identity pkgname=python-service_identity
version=18.1.0 version=18.1.0
revision=2 revision=3
archs=noarch
wrksrc="service_identity-${version}" wrksrc="service_identity-${version}"
build_style=python-module build_style=python-module
pycompile_module="service_identity" pycompile_module="service_identity"
@ -20,7 +19,6 @@ post_install() {
} }
python3-service_identity_package() { python3-service_identity_package() {
archs=noarch
depends="python3-attrs python3-pyasn1-modules python3-cryptography" depends="python3-attrs python3-pyasn1-modules python3-cryptography"
pycompile_module="service_identity" pycompile_module="service_identity"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"