mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-13 08:36:23 +02:00
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:
parent
2a67795e0a
commit
742930069c
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user