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