python-cssselect: remove noarch.

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

View File

@ -1,8 +1,7 @@
# Template file for 'python-cssselect'
pkgname=python-cssselect
version=1.1.0
revision=2
archs=noarch
revision=3
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
pycompile_module="cssselect"
@ -20,7 +19,6 @@ post_install() {
}
python3-cssselect_package() {
archs=noarch
depends="python3"
pycompile_module="cssselect"
short_desc="${short_desc/Python2/Python3}"