Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyclipper/
Date: Mon, 15 Oct 2018 21:27:22
Message-Id: 1539638828.7d2bc4440f2221057816f596bdc9d91f1ab52e12.pacho@gentoo
1 commit: 7d2bc4440f2221057816f596bdc9d91f1ab52e12
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 15 21:26:53 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 15 21:27:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2bc444
7
8 dev-python/pyclipper: Add missing dep (#668726 by Toralf Förster)
9
10 Closes: https://bugs.gentoo.org/668726
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 dev-python/pyclipper/pyclipper-1.1.0.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-python/pyclipper/pyclipper-1.1.0.ebuild b/dev-python/pyclipper/pyclipper-1.1.0.ebuild
18 index 98a6fe8fc6c..e639fa0cf58 100644
19 --- a/dev-python/pyclipper/pyclipper-1.1.0.ebuild
20 +++ b/dev-python/pyclipper/pyclipper-1.1.0.ebuild
21 @@ -19,6 +19,7 @@ DEPEND="
22 dev-python/cython[${PYTHON_USEDEP}]
23 dev-python/setuptools-git[${PYTHON_USEDEP}]
24 dev-python/setuptools_scm[${PYTHON_USEDEP}]
25 + dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
26 "
27 RDEPEND=""