python-lazy-object-proxy: fix python3 pkg name
This commit is contained in:
parent
14f27d5ea8
commit
ba8e196f32
1 changed files with 3 additions and 3 deletions
|
@ -20,15 +20,15 @@ post_install() {
|
|||
|
||||
python3-lazy-object-proxy_package() {
|
||||
pycompile_module="lazy_object_proxy"
|
||||
replaces="python3.4-lazy_object_proxy>=0"
|
||||
replaces="python3.4-lazy-object-proxy>=0"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
||||
python3.4-lazy_object_proxy_package() {
|
||||
python3.4-lazy-object-proxy_package() {
|
||||
build_style=meta
|
||||
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||
depends="python3-lazy_object_proxy>=${version}_${revision}"
|
||||
depends="python3-lazy-object-proxy>=${version}_${revision}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue