Skip to content

Commit

Permalink
python-console-menu: add missing makedep.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Aug 31, 2023
1 parent 733fff9 commit 064f492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/python-console-menu/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ arch=('any')
url='https://pypi.org/project/console-menu/#files'
license=('MIT')
depends=('python')
makedepends=('python-setuptools')
makedepends=('python-pip' 'python-build' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
sha512sums=('3e2a937bd3c075af5406de451c92d853b53af42f4fb12fa7fe3003d06a1bd84df258091546fef194e997e8a38220a7ca5e67701f16b02fad6d63a6591584f4d1')

Expand Down

0 comments on commit 064f492

Please sign in to comment.