diff --git a/srcpkgs/python-utils/template b/srcpkgs/python-utils/template index 6fbd5d5258d..aaa476df72e 100644 --- a/srcpkgs/python-utils/template +++ b/srcpkgs/python-utils/template @@ -1,14 +1,14 @@ # Template file for 'python-utils' pkgname=python-utils version=2.3.0 -revision=1 +revision=2 +noarch=yes build_style=python-module wrksrc="python-utils-${version}" -hostmakedepends="python-setuptools python3-setuptools" -makedepends="python-devel python3-devel" -depends="python-six" pycompile_module="python_utils" -short_desc="Convenient utilities not included with the standard Python install " +hostmakedepends="python-setuptools python3-setuptools" +depends="python-six" +short_desc="Convenient utilities not included with the standard Python2 install" maintainer="Karl Nilsson " license="BSD-3-Clause" homepage="https://github.com/WoLpH/python-utils" @@ -20,6 +20,7 @@ pkg_install() { } python3-utils_package() { + noarch=yes depends="python3-six" pycompile_module="python_utils" short_desc="${short_desc/Python2/Python3}"