Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gcovr: add missing runtime dependency
@ 2021-01-19 23:10 unspecd
  2021-01-19 23:14 ` ericonr
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: unspecd @ 2021-01-19 23:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 385 bytes --]

There is a new pull request by unspecd against master on the void-packages repository

https://github.com/unspecd/void-packages gcovr-depends-fix
https://github.com/void-linux/void-packages/pull/28042

gcovr: add missing runtime dependency
Fixes: `ModuleNotFoundError: No module named 'lxml'`.

A patch file from https://github.com/void-linux/void-packages/pull/28042.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gcovr-depends-fix-28042.patch --]
[-- Type: text/x-diff, Size: 906 bytes --]

From 95a2a76829b898fe341efd709a109d2618c18909 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 20 Jan 2021 10:01:48 +1100
Subject: [PATCH] gcovr: add missing runtime dependency

---
 srcpkgs/gcovr/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index 06dec001cf5..7a313925fc3 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,11 +1,11 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=3
+revision=4
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-Jinja2"
+depends="python3-setuptools python3-Jinja2 python3-lxml"
 short_desc="Generates a simple report that summarizes the gcc code coverage"
 maintainer="Andre Klitzing <aklitzing@gmail.com>"
 license="BSD-3-Clause"

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-02-15  3:54 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19 23:10 [PR PATCH] gcovr: add missing runtime dependency unspecd
2021-01-19 23:14 ` ericonr
2021-01-19 23:22 ` [PR PATCH] [Updated] " unspecd
2021-01-19 23:26 ` unspecd
2021-01-19 23:37 ` [PR REVIEW] " ericonr
2021-01-19 23:37 ` ericonr
2021-01-20  0:27 ` [PR PATCH] [Updated] " unspecd
2021-01-20  0:30 ` unspecd
2021-01-20  0:33 ` unspecd
2021-01-20  0:41 ` unspecd
2021-01-20  0:41 ` unspecd
2021-01-20  0:44 ` ericonr
2021-01-20  0:50 ` [PR PATCH] [Updated] " unspecd
2021-01-20  0:57 ` unspecd
2021-02-15  3:54 ` [PR PATCH] [Closed]: " ericonr
2021-02-15  3:54 ` ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).