importa
Some checks failed
/ lint (pull_request) Successful in 28s
/ build-x86_64 (pull_request) Failing after 2m35s
/ deploy-x86_64 (pull_request) Has been skipped
/ deploy-aarch64 (pull_request) Has been skipped
/ build-aarch64 (pull_request) Failing after 9m8s

This commit is contained in:
Antoine Martin 2024-09-18 21:15:54 -04:00
parent c254ec5975
commit ba74e2d7a5
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
2 changed files with 3 additions and 1 deletions

View file

@ -12,9 +12,10 @@ license="MIT"
depends="
py3-std-uritemplate
py3-opentelemetry-sdk
py3-importlib-metadata
"
checkdepends="py3-pytest"
makedepends="py3-setuptools py3-gpep517 py3-wheel py3-flit py3-importlib-metadata"
makedepends="py3-setuptools py3-gpep517 py3-wheel py3-flit"
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"
subpackages="$pkgname-pyc"

View file

@ -12,6 +12,7 @@ license="MIT"
depends="
py3-azure-core
py3-microsoft-kiota-abstractions
py3-importlib-metadata
"
checkdepends="py3-pytest"
makedepends="py3-setuptools py3-gpep517 py3-wheel py3-flit"