makedeb


python3-inquirer 3.4.0-0


Collection of common interactive command line user interfaces, based on Inquirer.js

Click here to go back to the commit logs for python3-inquirer.

Commit:


Hash: e5608850116b439e6c33dafbc20b6336e6803f8b

Message: Fix makedepends

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 5abb00d..df95c83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = python-inquirer
 	makedepends = python-build
 	makedepends = python-installer
 	makedepends = python-wheel
+	makedepends = python-poetry-core
 	depends = python
 	depends = python-blessed
 	depends = python-readchar
diff --git a/PKGBUILD b/PKGBUILD
index 8d6344d..c130373 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
 url="https://pypi.org/project/$_pkgname"
 license=('MIT')
 depends=('python' 'python-blessed' 'python-readchar' 'python-editor')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-poetry-core')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/magmax/python-inquirer/archive/v$pkgver.tar.gz")
 sha256sums=('d30b09e260640deabb52c0d6a7c14efd9a50494301b30f19d16a706945983edd')
 b2sums=('41e0f39ec420e2bb9d12937973ac647cc192bcd9e1d6888bea5bc05633452417582af11ca76e9e093e2c4ecb17f800b6d223affead6a03be2cc00b369de60740')