From 5ba81b132774fef165f2731be6c2bcbb0fcb323a Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 9 Jan 2022 15:52:28 +0100 Subject: [PATCH] python3-urwid: add missing python3 dependency --- srcpkgs/python-urwid/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template index c575560cec8..98066b21d3d 100644 --- a/srcpkgs/python-urwid/template +++ b/srcpkgs/python-urwid/template @@ -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* }