Date: Saturday, May 13, 2023 @ 14:54:45
Author: tpkessler
Revision: 1460191
upgpkg: python-barectf 3.1.1-2: pkg_resources from setuptools is runtime dep
Modified:
python-barectf/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-13 14:03:03 UTC (rev 1460190)
+++ PKGBUILD 2023-05-13 14:54:45 UTC (rev 1460191)
@@ -3,12 +3,12 @@
_pkgname=barectf
pkgname=python-barectf
pkgver=3.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Generator of ANSI C tracers which output CTF'
arch=('any')
url='http://barectf.org'
license=('MIT')
-depends=('python-termcolor' 'python-yaml' 'python-jsonschema' 'python-jinja')
+depends=('python-termcolor' 'python-yaml' 'python-jsonschema' 'python-jinja'
'python-setuptools')
makedepends=('python-poetry-core' 'python-build' 'python-installer'
'python-wheel')
source=("https://github.com/efficios/barectf/archive/v$pkgver.tar.gz")
sha256sums=('42b93222ee12dc25b012a374c40020f5817e0e71c50118814a956737297195d7')