mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-keyring: specify all python3 hostmakedepends
This commit is contained in:
parent
a4a5905ad9
commit
8a3232d117
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'python3-keyring'
|
# Template file for 'python3-keyring'
|
||||||
pkgname=python3-keyring
|
pkgname=python3-keyring
|
||||||
version=21.2.1
|
version=21.2.1
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="keyring-${version}"
|
wrksrc="keyring-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools_scm python3-toml"
|
||||||
depends="python3-setuptools python3-SecretStorage python3-entrypoints"
|
depends="python3-setuptools python3-SecretStorage python3-entrypoints"
|
||||||
short_desc="Python interface to the system keyring service"
|
short_desc="Python interface to the system keyring service"
|
||||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue