python3-pluggy: specify all python3 hostmakedepends

This commit is contained in:
Andrew J. Hesford 2021-01-28 11:09:56 -05:00
parent 78b961dd90
commit f63c486f30

View file

@ -1,10 +1,10 @@
# Template file for 'python3-pluggy'
pkgname=python3-pluggy
version=0.13.1
revision=5
revision=6
wrksrc="pluggy-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
hostmakedepends="python3-setuptools_scm"
depends="python3"
checkdepends="python3-pytest"
short_desc="Minimalist production ready plugin system (Python3)"