python-openssl: remove noarch.

This commit is contained in:
fosslinux 2020-09-15 16:59:28 +10:00 committed by Đoàn Trần Công Danh
parent 2ec1c3b221
commit 75807e8767

View file

@ -1,8 +1,7 @@
# Template file for 'python-openssl' # Template file for 'python-openssl'
pkgname=python-openssl pkgname=python-openssl
version=19.1.0 version=19.1.0
revision=1 revision=2
archs=noarch
wrksrc="pyOpenSSL-${version}" wrksrc="pyOpenSSL-${version}"
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
@ -16,7 +15,6 @@ distfiles="${PYPI_SITE}/p/pyOpenSSL/pyOpenSSL-${version}.tar.gz"
checksum=9a24494b2602aaf402be5c9e30a0b82d4a5c67528fe8fb475e3f3bc00dd69507 checksum=9a24494b2602aaf402be5c9e30a0b82d4a5c67528fe8fb475e3f3bc00dd69507
python3-openssl_package() { python3-openssl_package() {
archs=noarch
depends="python3-cryptography python3-six" depends="python3-cryptography python3-six"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
pkg_install() { pkg_install() {