summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0xMRTT2023-05-08 00:18:15 +0200
committer0xMRTT2023-05-08 00:18:15 +0200
commit17a24a43823ed8f56b18999f81d622c9f8ee4447 (patch)
treecbdbf2db416fd62dc210dea520e9a214257a692e
parentd4a60171747e8a08d12c7a48fd05aae64ac0b65c (diff)
downloadaur-17a24a43823ed8f56b18999f81d622c9f8ee4447.tar.gz
fix: add poetry
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91e2826b3fba..83a7b1a83fbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://codeberg.org/Bavarder/baichat-py"
license=('GPL3')
depends=( 'python-requests' 'python-aiohttp')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel' 'python-poetry' 'python-poetry-core')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('834de3c8d544c9724f089d7b8051bac5787d519b769cecac9054059ef559b0fb')