mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python3-userpath: fix tests.
This commit is contained in:
parent
b9a31a0865
commit
1cfed1c265
1 changed files with 1 additions and 1 deletions
|
@ -4,9 +4,9 @@ version=1.7.0
|
||||||
revision=2
|
revision=2
|
||||||
wrksrc="userpath-${version}"
|
wrksrc="userpath-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="userpath"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-click"
|
depends="python3-click"
|
||||||
|
checkdepends="$depends python3-pytest"
|
||||||
short_desc="Cross-platform tool for adding locations to the user PATH"
|
short_desc="Cross-platform tool for adding locations to the user PATH"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT, Apache-2.0"
|
license="MIT, Apache-2.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue