From 09d4021f588a8c168e608a4d2c4575a921442b7d Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:11 +0100 Subject: [PATCH] python3-snappy: add missing python3 dependency --- srcpkgs/python3-snappy/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template index 9b66fc65ca1..51594f2e8d3 100644 --- a/srcpkgs/python3-snappy/template +++ b/srcpkgs/python3-snappy/template @@ -2,11 +2,12 @@ pkgname=python3-snappy _pkgname=python-snappy version=0.5.4 -revision=5 +revision=6 wrksrc=$_pkgname-$version build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel snappy-devel python3-cffi libffi-devel" +depends="python3" short_desc="Python library for the snappy compression library from Google" maintainer="Orphaned " license="BSD-3-Clause"