python-ruamel.yaml: add missing dependency
Needs python3-ruamel.yaml.clib.
This commit is contained in:
parent
643c0469b6
commit
c2117417c2
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-ruamel.yaml'
|
||||
pkgname=python-ruamel.yaml
|
||||
version=0.16.5
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="ruamel.yaml-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="ruamel/yaml"
|
||||
|
@ -22,6 +22,7 @@ post_install() {
|
|||
python3-ruamel.yaml_package() {
|
||||
pycompile_module="ruamel/yaml"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
depends="python3-ruamel.yaml.clib"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue