diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py2-traceback2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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" |