python-requests: remove noarch.
This commit is contained in:
parent
9b36bba12a
commit
1b1031948a
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'python-requests'
|
||||
pkgname=python-requests
|
||||
version=2.23.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
revision=2
|
||||
wrksrc="requests-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
|
@ -20,7 +19,6 @@ pre_build() {
|
|||
}
|
||||
|
||||
python3-requests_package() {
|
||||
archs=noarch
|
||||
depends="ca-certificates python3-chardet python3-urllib3 python3-idna"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue