Has a make dependency on python-poetry-core:
python-poetry-core
diff --git a/PKGBUILD b/PKGBUILD index cbe4fb8..7d9cd3c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="Tools to fetch zoneinfo with asyncio" arch=('any') url="https://github.com/bluetooth-devices/aiozoneinfo" license=('Apache') -makedepends=(python-build python-installer python-wheel) +makedepends=(python-build python-installer python-poetry-core python-wheel) source=("${_name}-${pkgver}.tar.gz::https://github.com/Bluetooth-Devices/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz") sha256sums=('987ce2a7d5141f3f4c2e9d50606310d0bf60d688ad9f087aa7267433ba85fff3')
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Has a make dependency on
python-poetry-core: