From de4daf4c5c1f1938823ffd128fe487fa331d3e5c Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 25 May 2018 12:20:19 +0200 Subject: [PATCH] python-xmltodict: python3-nose2 -> python3-nose, nosetest -> nosetests3 --- srcpkgs/python-xmltodict/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-xmltodict/template b/srcpkgs/python-xmltodict/template index 306e83a7b54..715cf3f20bc 100644 --- a/srcpkgs/python-xmltodict/template +++ b/srcpkgs/python-xmltodict/template @@ -2,22 +2,22 @@ pkgname=python-xmltodict version=0.11.0 revision=1 +noarch=yes wrksrc="xmltodict-${version}" build_style=python-module pycompile_module="xmltodict.py" hostmakedepends="python-setuptools python3-setuptools" depends="python" -checkdepends="python3-nose2" +checkdepends="python3-nose" short_desc="Python2 module that makes working with XML feel like working JSON" maintainer="maxice8 " license="MIT" homepage="https://github.com/martinblech/xmltodict" distfiles="${PYPI_SITE}/x/xmltodict/xmltodict-${version}.tar.gz" checksum=8f8d7d40aa28d83f4109a7e8aa86e67a4df202d9538be40c0cb1d70da527b0df -noarch=yes do_check() { - nosetest + nosetests3 } post_install() {