python3-certifi: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:02 +01:00
parent f846db677e
commit 320a0c101f

View file

@ -1,10 +1,11 @@
# Template file for 'python3-certifi' # Template file for 'python3-certifi'
pkgname=python3-certifi pkgname=python3-certifi
version=2021.10.08 version=2021.10.08
revision=1 revision=2
wrksrc="python-certifi-${version}" wrksrc="python-certifi-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Curated collection of Root Certificates" short_desc="Curated collection of Root Certificates"
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>" maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="MPL-2.0" license="MPL-2.0"