Skip to content

Commit

Permalink
python-print-color: add python-poetry-core to build dependencies
Browse files Browse the repository at this point in the history
No pkgrel bump as building without python-poetry-core was not possible
anyway.
  • Loading branch information
michaellass committed Aug 12, 2024
1 parent 96e9c55 commit ae6d4e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions python-print-color/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion python-print-color/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit ae6d4e2

Please sign in to comment.