python-ruamel.yaml: add missing dependency

Needs python3-ruamel.yaml.clib.
This commit is contained in:
Andrew Benson 2019-11-17 11:25:27 -06:00 committed by Juan RP
parent 643c0469b6
commit c2117417c2
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python-ruamel.yaml' # Template file for 'python-ruamel.yaml'
pkgname=python-ruamel.yaml pkgname=python-ruamel.yaml
version=0.16.5 version=0.16.5
revision=1 revision=2
wrksrc="ruamel.yaml-${version}" wrksrc="ruamel.yaml-${version}"
build_style=python-module build_style=python-module
pycompile_module="ruamel/yaml" pycompile_module="ruamel/yaml"
@ -22,6 +22,7 @@ post_install() {
python3-ruamel.yaml_package() { python3-ruamel.yaml_package() {
pycompile_module="ruamel/yaml" pycompile_module="ruamel/yaml"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
depends="python3-ruamel.yaml.clib"
pkg_install() { pkg_install() {
vmove usr/lib/python3* vmove usr/lib/python3*
vlicense LICENSE vlicense LICENSE