testing/py2-tracepack2: fix dependency

Package depends on `py-linecache2`, which does not exist. The correct name is
`py2-linecache2`
This commit is contained in:
Kevin Daudt 2019-05-12 19:39:48 +00:00
parent 2a67795e0a
commit 742930069c

View File

@ -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"