Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/formencode/
Date: Tue, 30 Jul 2019 06:00:55
Message-Id: 1564465182.548ce9c9f1ef20b759d42db33dfb2a4ca4ae1cf6.mgorny@gentoo
1 commit: 548ce9c9f1ef20b759d42db33dfb2a4ca4ae1cf6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 30 05:39:42 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 30 05:39:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548ce9c9
7
8 dev-python/formencode: Retire virtual/python-dnspython
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/formencode/formencode-1.3.0-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/formencode/formencode-1.3.0-r2.ebuild b/dev-python/formencode/formencode-1.3.0-r2.ebuild
16 index a64c1af7d6f..6a09d0e8b3a 100644
17 --- a/dev-python/formencode/formencode-1.3.0-r2.ebuild
18 +++ b/dev-python/formencode/formencode-1.3.0-r2.ebuild
19 @@ -20,9 +20,9 @@ IUSE="doc test"
20
21 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
22 test? (
23 + dev-python/dnspython[${PYTHON_USEDEP}]
24 dev-python/nose[${PYTHON_USEDEP}]
25 - dev-python/pycountry[${PYTHON_USEDEP}]
26 - virtual/python-dnspython[${PYTHON_USEDEP}] )"
27 + dev-python/pycountry[${PYTHON_USEDEP}] )"
28 RDEPEND=""
29
30 RESTRICT="test"