From ba8e196f327ee6cf8e4baef33f4c795b5c658a77 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 16 Oct 2016 19:50:15 +0200 Subject: [PATCH] python-lazy-object-proxy: fix python3 pkg name --- srcpkgs/python-lazy-object-proxy/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-lazy-object-proxy/template b/srcpkgs/python-lazy-object-proxy/template index 5a041b6b0ab..8da05cf6345 100644 --- a/srcpkgs/python-lazy-object-proxy/template +++ b/srcpkgs/python-lazy-object-proxy/template @@ -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}" }