[packages/python-logilab-astng] - rel 2; avoid python(abi) = 2.5 dependency

Elan Ruusamäe glen at pld-linux.org
Wed May 15 14:37:09 CEST 2013


On 15.05.2013 13:14, arekm wrote:
> commit f5edbecb34fa72e63116283a84a641037caa64b9
> Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
> Date:   Wed May 15 12:14:48 2013 +0200
>
>      - rel 2; avoid python(abi) = 2.5 dependency
>
>   python-logilab-astng.spec | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
> ---
> diff --git a/python-logilab-astng.spec b/python-logilab-astng.spec
> index daf7726..c4f62da 100644
> --- a/python-logilab-astng.spec
> +++ b/python-logilab-astng.spec
> @@ -3,7 +3,7 @@ Summary:	Python Abstract Syntax Tree New Generation
>   Summary(pl.UTF-8):	Abstrakcyjne drzewa składniowe Pythona nowej generacji
>   Name:		python-logilab-astng
>   Version:	0.24.3
> -Release:	1
> +Release:	2
>   License:	LGPL v2.1+
>   Group:		Development/Languages/Python
>   Source0:	http://download.logilab.org/pub/astng/%{module}-%{version}.tar.gz
> @@ -32,6 +32,8 @@ potrzebami pylinta.
>   
>   %prep
>   %setup -q -n %{module}-%{version}
> +# drop python 2.5 egg deps
> +rm */*/*py2.5.egg
>

all prepackaged eggs should be dropped, and regenerated in %build

-- 
glen



More information about the pld-devel-en mailing list