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/py2neo/
Date: Fri, 28 Apr 2017 21:27:23
Message-Id: 1493414834.e35bb26452e08af2d8cc652ec305ee19bf4e052b.mgorny@gentoo
1 commit: e35bb26452e08af2d8cc652ec305ee19bf4e052b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 28 19:45:14 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 28 21:27:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35bb264
7
8 dev-python/py2neo: Add setuptools dependency
9
10 dev-python/py2neo/py2neo-2.0.9.ebuild | 4 +++-
11 1 file changed, 3 insertions(+), 1 deletion(-)
12
13 diff --git a/dev-python/py2neo/py2neo-2.0.9.ebuild b/dev-python/py2neo/py2neo-2.0.9.ebuild
14 index 50dad8ea8d7..27257d60637 100644
15 --- a/dev-python/py2neo/py2neo-2.0.9.ebuild
16 +++ b/dev-python/py2neo/py2neo-2.0.9.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -16,6 +16,8 @@ SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25 IUSE=""
26
27 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
28 +
29 python_compile() {
30 # https://github.com/nigelsmall/py2neo/issues/380
31 python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"