python3-urwid: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-09 15:52:28 +01:00
parent 96e354a93c
commit 5ba81b1327

View file

@ -1,9 +1,9 @@
# Template file for 'python-urwid'
pkgname=python-urwid
version=2.1.2
revision=2
revision=3
wrksrc="urwid-${version}"
build_style="python-module"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel"
short_desc="Console user interface library for Python2"
@ -16,6 +16,7 @@ checksum=588bee9c1cb208d0906a9f73c613d2bd32c3ed3702012f51efe318a3f2127eae
python3-urwid_package() {
short_desc="${short_desc/Python2/Python3}"
depends="python3"
pkg_install() {
vmove usr/lib/python3*
}