python-urllib3: remove noarch.

This commit is contained in:
fosslinux 2020-09-15 16:59:49 +10:00 committed by Đoàn Trần Công Danh
parent 7c56832841
commit 28ee209f2c

View file

@ -1,8 +1,7 @@
# Template file for 'python-urllib3' # Template file for 'python-urllib3'
pkgname=python-urllib3 pkgname=python-urllib3
version=1.25.8 version=1.25.8
revision=1 revision=2
archs=noarch
wrksrc="urllib3-${version}" wrksrc="urllib3-${version}"
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
@ -24,7 +23,6 @@ post_install() {
} }
python3-urllib3_package() { python3-urllib3_package() {
archs=noarch
depends="python3-six" depends="python3-six"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
pkg_install() { pkg_install() {