Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/moneyguru/
Date: Wed, 27 Mar 2019 18:15:28
Message-Id: 1553710477.55a7ffffcb53ddded0bc10532f61dd7c68597778.vdupras@gentoo
1 commit: 55a7ffffcb53ddded0bc10532f61dd7c68597778
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 27 17:50:50 2019 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 27 18:14:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a7ffff
7
8 app-office/moneyguru: add upper pytest constraint
9
10 Tests don't run with newer pytest
11
12 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
13 Package-Manager: Portage-2.3.62, Repoman-2.3.11
14
15 app-office/moneyguru/metadata.xml | 2 +-
16 app-office/moneyguru/moneyguru-2.13.1.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/app-office/moneyguru/metadata.xml b/app-office/moneyguru/metadata.xml
20 index 951b70bfa8e..1f5b64f0bf0 100644
21 --- a/app-office/moneyguru/metadata.xml
22 +++ b/app-office/moneyguru/metadata.xml
23 @@ -2,7 +2,7 @@
24 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 <pkgmetadata>
26 <maintainer type="person">
27 - <email>vdurpas@g.o</email>
28 + <email>vdupras@g.o</email>
29 <name>Virgil Dupras</name>
30 </maintainer>
31 <upstream>
32
33 diff --git a/app-office/moneyguru/moneyguru-2.13.1.ebuild b/app-office/moneyguru/moneyguru-2.13.1.ebuild
34 index ffe8516e22b..053b98e5fa5 100644
35 --- a/app-office/moneyguru/moneyguru-2.13.1.ebuild
36 +++ b/app-office/moneyguru/moneyguru-2.13.1.ebuild
37 @@ -23,7 +23,7 @@ RDEPEND="${PYTHON_DEPS}
38 dev-qt/qttranslations"
39 DEPEND="${RDEPEND}
40 test? (
41 - dev-python/pytest[${PYTHON_USEDEP}]
42 + <dev-python/pytest-4[${PYTHON_USEDEP}]
43 dev-util/cunit
44 )"