Github messages for voidlinux
 help / color / mirror / Atom feed
From: unspecd <unspecd@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] gcovr: add missing runtime dependency
Date: Wed, 20 Jan 2021 00:22:08 +0100	[thread overview]
Message-ID: <20210119232208.3Ltya6T-AAVvkj412aZ9VmrhTdpgpYLlItvTSdOJ6dY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-28042@inbox.vuxu.org>

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

There is an updated 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: 948 bytes --]

From 5478f35b590e461992df65870ab5ecebb47caf99 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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index 06dec001cf5..bf27e20cd09 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"
+checkdepends="$depends python3-pytest"
 short_desc="Generates a simple report that summarizes the gcc code coverage"
 maintainer="Andre Klitzing <aklitzing@gmail.com>"
 license="BSD-3-Clause"

  parent reply	other threads:[~2021-01-19 23:22 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-19 23:10 [PR PATCH] " unspecd
2021-01-19 23:14 ` ericonr
2021-01-19 23:22 ` unspecd [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210119232208.3Ltya6T-AAVvkj412aZ9VmrhTdpgpYLlItvTSdOJ6dY@z \
    --to=unspecd@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).