diff --git a/python-print-color/.SRCINFO b/python-print-color/.SRCINFO index 2af3bcd..7fc48da 100644 --- a/python-print-color/.SRCINFO +++ b/python-print-color/.SRCINFO @@ -8,6 +8,7 @@ pkgbase = python-print-color makedepends = python-build makedepends = python-installer makedepends = python-wheel + makedepends = python-poetry-core depends = python source = python-print-color-0.4.6.tar.gz::https://github.com/xy3/print-color/archive/refs/tags/v0.4.6.tar.gz sha256sums = fae0613dba48f6a2b7d652003e0993dcec0e3bc064ce535a95aadc6bb3de2d32 diff --git a/python-print-color/PKGBUILD b/python-print-color/PKGBUILD index 64d7e67..067d737 100644 --- a/python-print-color/PKGBUILD +++ b/python-print-color/PKGBUILD @@ -11,7 +11,7 @@ pkgdesc="Simple Python wrapper to print color messages in the terminal" arch=('any') url="https://github.com/xy3/print-color" license=(Apache-2.0) -makedepends=(python-build python-installer python-wheel) +makedepends=(python-build python-installer python-wheel python-poetry-core) depends=(python) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/xy3/print-color/archive/refs/tags/v${pkgver}.tar.gz") sha256sums=('fae0613dba48f6a2b7d652003e0993dcec0e3bc064ce535a95aadc6bb3de2d32')