From 3f613a4ff9cf524623772aeadb91343c5556f023 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:08:18 +0100 Subject: [PATCH] python3-msgpack: add missing python3 dependency --- srcpkgs/python3-msgpack/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template index d740fd001e8..a88a2576528 100644 --- a/srcpkgs/python3-msgpack/template +++ b/srcpkgs/python3-msgpack/template @@ -1,11 +1,12 @@ # Template file for 'python3-msgpack' pkgname=python3-msgpack version=1.0.2 -revision=2 +revision=3 wrksrc="msgpack-${version}" build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel" +depends="python3" checkdepends="python3-pytest" short_desc="Python module for Msgpack serializer (Python3)" maintainer="Orphaned "