From 760bf8686c944e9eae9a7cc893b626aa4b042663 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 16 Oct 2020 15:45:51 -0400 Subject: [PATCH] tox: add python3-setuptools_scm to hostmakedepends --- srcpkgs/tox/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template index 4354e586e24..2d39e47d019 100644 --- a/srcpkgs/tox/template +++ b/srcpkgs/tox/template @@ -1,9 +1,9 @@ # Template file for 'tox' pkgname=tox version=3.20.1 -revision=1 +revision=2 build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools_scm" depends="python3-filelock python3-packaging python3-pluggy python3-pytest python3-toml python3-virtualenv" checkdepends="${depends} python3-flaky python3-pathlib2"