python3-easygui: add missing dependency
This commit is contained in:
parent
c70327911b
commit
981d34f57b
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'python3-easygui'
|
||||
pkgname=python3-easygui
|
||||
version=0.98.1
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc="easygui-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="easygui"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
depends="python3-tkinter"
|
||||
short_desc="Simple, very easy GUI programming in Python"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
|
|
Loading…
Reference in a new issue