mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-enchant: add missing python3 dependency
This commit is contained in:
parent
05e94f7eca
commit
3b35f13c7b
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python3-enchant'
|
# Template file for 'python3-enchant'
|
||||||
pkgname=python3-enchant
|
pkgname=python3-enchant
|
||||||
version=3.2.0
|
version=3.2.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="pyenchant-${version}"
|
wrksrc="pyenchant-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools enchant2-devel"
|
hostmakedepends="python3-setuptools enchant2-devel"
|
||||||
depends="enchant2"
|
depends="python3 enchant2"
|
||||||
# needs an en_US dict to run
|
# needs an en_US dict to run
|
||||||
checkdepends="$depends python3-pytest hunspell-en_US"
|
checkdepends="$depends python3-pytest hunspell-en_US"
|
||||||
short_desc="Spellchecking library for Python 3"
|
short_desc="Spellchecking library for Python 3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue