mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 13:32:55 +02:00
python3-utils: add python3 as dep
This commit is contained in:
parent
a4e3e69320
commit
547e63b5a5
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-utils'
|
# Template file for 'python3-utils'
|
||||||
pkgname=python3-utils
|
pkgname=python3-utils
|
||||||
version=3.1.0
|
version=3.1.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
# skip coverage and mypy tests https://github.com/WoLpH/python-utils/issues/29
|
# skip coverage and mypy tests https://github.com/WoLpH/python-utils/issues/29
|
||||||
make_check_args="-o addopts=--doctest-modules"
|
make_check_args="-o addopts=--doctest-modules"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
checkdepends="python3-pytest python3-pytest-asyncio"
|
checkdepends="python3-pytest python3-pytest-asyncio"
|
||||||
short_desc="Convenient utilities not included with the standard Python3 install"
|
short_desc="Convenient utilities not included with the standard Python3 install"
|
||||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue