Re: [Kimchi-devel] [PATCH] [Kimchi] Add missing test dependency: bc

Hi Lucio, Don't we need to properly add this new dependency to control.in file to avoid issues while installing the .deb package? On 05/31/2016 01:44 PM, Lucio Correia wrote:
Signed-off-by: Lucio Correia <luciojhc@linux.vnet.ibm.com> --- docs/ubuntu-deps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/ubuntu-deps.md b/docs/ubuntu-deps.md index e21f6a8..b0b1562 100644 --- a/docs/ubuntu-deps.md +++ b/docs/ubuntu-deps.md @@ -31,4 +31,4 @@ Packages required for UI development Packages required for tests ---------------------------
- $ sudo apt-get install pep8 pyflakes python-requests python-mock + $ sudo apt-get install pep8 pyflakes python-requests python-mock bc

On 06/01/2016 12:22 AM, Aline Manera wrote:
Hi Lucio,
Don't we need to properly add this new dependency to control.in file to avoid issues while installing the .deb package?
Sorry, just noticed it is only needed for tests.
On 05/31/2016 01:44 PM, Lucio Correia wrote:
Signed-off-by: Lucio Correia <luciojhc@linux.vnet.ibm.com> --- docs/ubuntu-deps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/ubuntu-deps.md b/docs/ubuntu-deps.md index e21f6a8..b0b1562 100644 --- a/docs/ubuntu-deps.md +++ b/docs/ubuntu-deps.md @@ -31,4 +31,4 @@ Packages required for UI development Packages required for tests ---------------------------
- $ sudo apt-get install pep8 pyflakes python-requests python-mock + $ sudo apt-get install pep8 pyflakes python-requests python-mock bc
_______________________________________________ Kimchi-devel mailing list Kimchi-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/kimchi-devel
participants (1)
-
Aline Manera