From 062d8873e0756b3a4abf5e0049c3daad62a6a9ee Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:04 +0100 Subject: [PATCH] python3-filebytes: add missing python3 dependency --- srcpkgs/python3-filebytes/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template index eb28054bb9f..d353e4d06ad 100644 --- a/srcpkgs/python3-filebytes/template +++ b/srcpkgs/python3-filebytes/template @@ -1,10 +1,11 @@ # Template file for 'python3-filebytes' pkgname=python3-filebytes version=0.10.2 -revision=3 +revision=4 wrksrc="filebytes-${version}" build_style=python3-module hostmakedepends="python3-setuptools" +depends="python3" short_desc="Library to read and edit ELF, PE, and other files" maintainer="Andrew Benson " license="BSD-3-Clause"