From 742930069c35b048bc8030206bf879efe96e1dbc Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Sun, 12 May 2019 19:39:48 +0000 Subject: testing/py2-tracepack2: fix dependency Package depends on `py-linecache2`, which does not exist. The correct name is `py2-linecache2` --- testing/py2-traceback2/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/py2-traceback2') diff --git a/testing/py2-traceback2/APKBUILD b/testing/py2-traceback2/APKBUILD index d317a7bf3d..427cd8c2d0 100644 --- a/testing/py2-traceback2/APKBUILD +++ b/testing/py2-traceback2/APKBUILD @@ -9,7 +9,7 @@ options="!check" # Depends on py2-unittest2 for tests which depends on this pack url="https://github.com/testing-cabal/traceback2" arch="noarch" license="PSF" -depends="py-linecache2" +depends="py2-linecache2" makedepends="git py-setuptools py-pbr" source="$pkgname-$pkgver.tar.gz::https://github.com/testing-cabal/$_pkgname/archive/$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" -- cgit v1.2.3