From 4cdcf342e0058d8fd6dd29f5114015462364e0e9 Mon Sep 17 00:00:00 2001 From: svenper Date: Thu, 23 Apr 2020 05:57:51 +0000 Subject: [PATCH] python3-hyper-h2: fix python3 depends fix #21252 --- srcpkgs/python-hyper-h2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-hyper-h2/template b/srcpkgs/python-hyper-h2/template index 247aae47ef6..beae10e2983 100644 --- a/srcpkgs/python-hyper-h2/template +++ b/srcpkgs/python-hyper-h2/template @@ -1,7 +1,7 @@ # Template file for 'python-hyper-h2' pkgname=python-hyper-h2 version=3.1.1 -revision=2 +revision=3 archs=noarch wrksrc="hyper-h2-${version}" build_style=python-module @@ -23,7 +23,7 @@ python3-hyper-h2_package() { archs=noarch pycompile_module="h2" short_desc="${short_desc/Python2/Python3}" - depends="${depends/python/python3}" + depends="python3 python3-hpack python3-hyperframe" pkg_install() { vmove "usr/lib/python3*" }