From ba9f15db38f04e5824c0f8f893e2e85cf2064f86 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 28 Jan 2021 11:11:54 -0500 Subject: [PATCH] python3-treq: specify all python3 hostmakedepends --- srcpkgs/python3-treq/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template index 21a1197718..977b97fb64 100644 --- a/srcpkgs/python3-treq/template +++ b/srcpkgs/python3-treq/template @@ -1,11 +1,11 @@ # Template file for 'python3-treq' pkgname=python3-treq version=20.3.0 -revision=2 +revision=3 wrksrc="treq-${version}" build_style=python3-module -hostmakedepends="python3-setuptools" -depends="python3-incremental python3-requests>=2.1.0 python3-six +hostmakedepends="python3-setuptools python3-incremental" +depends="python3-incremental python3-requests python3-six python3-Twisted python3-attrs" short_desc="Requests-like API built on top of twisted.web's Agent" maintainer="Orphaned "