mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
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'
|
# Template file for 'python3-easygui'
|
||||||
pkgname=python3-easygui
|
pkgname=python3-easygui
|
||||||
version=0.98.1
|
version=0.98.1
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="easygui-${version}"
|
wrksrc="easygui-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="easygui"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3-tkinter"
|
||||||
short_desc="Simple, very easy GUI programming in Python"
|
short_desc="Simple, very easy GUI programming in Python"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
|
Loading…
Add table
Reference in a new issue