abstractions
Some checks failed
/ lint (pull_request) Successful in 33s
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Failing after 2m2s
/ deploy-aarch64 (pull_request) Has been skipped
/ build-aarch64 (pull_request) Failing after 6m32s

This commit is contained in:
Antoine Martin 2024-09-18 21:00:16 -04:00
parent 70a8c2b060
commit 47635e1936
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -14,7 +14,7 @@ depends="
py3-opentelemetry-sdk py3-opentelemetry-sdk
" "
checkdepends="py3-pytest" checkdepends="py3-pytest"
makedepends="py3-setuptools py3-gpep517 py3-wheel py3-flit" makedepends="py3-setuptools py3-gpep517 py3-wheel py3-flit py3-importlib-metadata"
source="$pkgname-$pkgver.tar.gz::https://github.com/microsoft/kiota-abstractions-python/archive/refs/tags/v$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/microsoft/kiota-abstractions-python/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/kiota-abstractions-python-$pkgver" builddir="$srcdir/kiota-abstractions-python-$pkgver"
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"