From dff9ee73b9f6f3ac29065669cea36814a3bb48bf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 26 Oct 2020 22:54:15 -0400 Subject: [PATCH] python3-pytest: add python3-setuptools_scm, python3-toml to hostmakedepends Without these packages, the egg-info for the pytest module is not vesioned. --- srcpkgs/python3-pytest/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template index 1fbb13ba5f..7e53266aa5 100644 --- a/srcpkgs/python3-pytest/template +++ b/srcpkgs/python3-pytest/template @@ -1,10 +1,10 @@ # Template file for 'python3-pytest' pkgname=python3-pytest version=6.1.1 -revision=1 +revision=2 wrksrc="pytest-${version}" build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools_scm python3-toml" depends="python3-py python3-packaging python3-attrs python3-more-itertools python3-atomicwrites python3-pluggy python3-wcwidth python3-setuptools python3-iniconfig python3-toml"