diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-07-05 14:41:13 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-05 14:41:13 -0300 |
| commit | eddd32f507d8095618a9978eb076fd9e85108467 (patch) | |
| tree | 273469a61c0d59cf16ba2f078be5c293474361fb /testing/py-testtools | |
| parent | d8d1484d5aa76dc6bb5451b9970310f9a54bb768 (diff) | |
| download | aports-eddd32f507d8095618a9978eb076fd9e85108467.tar.bz2 aports-eddd32f507d8095618a9978eb076fd9e85108467.tar.xz | |
testing/py-testtools: rebuild
Diffstat (limited to 'testing/py-testtools')
| -rw-r--r-- | testing/py-testtools/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-testtools/APKBUILD b/testing/py-testtools/APKBUILD index 8e9683390c..96de9de3b3 100644 --- a/testing/py-testtools/APKBUILD +++ b/testing/py-testtools/APKBUILD @@ -3,13 +3,13 @@ pkgname=py-testtools _pkgname="testtools" pkgver=2.3.0 -pkgrel=2 +pkgrel=3 pkgdesc="Extensions to the Python standard library unit testing framework" url="https://pypi.python.org/pypi/testtools" arch="noarch" license="MIT" depends="python py-pbr py-setuptools py-fixtures py-extras py-six py-mimeparse" -makedepends="py-setuptools py3-setuptools" +makedepends="py3-setuptools" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver |
