[elbe-devel] [PATCH] Fix python package dependencies

Manuel Traut manut at linutronix.de
Tue Mar 12 13:31:14 CET 2019


On 16:43 Sat 02 Mar     , bage at linutronix.de wrote:
> From: Bastian Germann <bage at linutronix.de>
> 
> There is no pytz import, so remove it from the dependencies.
> 
> elbepack.debianize.uboot imports pkg_resources which is not
> in elbe-debianize's dependencies, so add it.
> 
> Signed-off-by: Bastian Germann <bage at linutronix.de>

Reviewed-by: Manuel Traut <manut at linutronix.de>

and applied to devel/elbe-3.0

> ---
>  debian/control | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/debian/control b/debian/control
> index f156e300..4749a5d3 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -89,7 +89,8 @@ Depends: ${misc:Depends},
>    libparse-debcontrol-perl,
>    python-elbe-common (= ${binary:Version}),
>    python-mako,
> -  python-npyscreen
> +  python-npyscreen,
> +  python-pkg-resources
>  Description: Wizard for debian foler generation
>   Assists users in generating a debianization for a given source code project.
>  
> @@ -248,7 +249,6 @@ Depends: ${misc:Depends},
>    python (>= 2.7~),
>    python-elbe-common (= ${binary:Version}),
>    python-lxml (>= 2.3.2-1),
> -  python-tz (>= 2012c-1),
>    python-pyinotify,
>    python-apt,
>    python-suds,
> -- 
> 2.11.0
> 
> 
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel



More information about the elbe-devel mailing list