projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe9dc1e
)
dev-python/py2neo: Add setuptools dependency
author
Michał Górny
<mgorny@gentoo.org>
Fri, 28 Apr 2017 19:45:14 +0000
(21:45 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 28 Apr 2017 21:27:14 +0000
(23:27 +0200)
dev-python/py2neo/py2neo-2.0.9.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/py2neo/py2neo-2.0.9.ebuild
b/dev-python/py2neo/py2neo-2.0.9.ebuild
index 50dad8ea8d77bf540d0b6bd375f86f009fcb4ceb..27257d606370c57fef2fd24fe51790d7dfab69b7 100644
(file)
--- a/
dev-python/py2neo/py2neo-2.0.9.ebuild
+++ b/
dev-python/py2neo/py2neo-2.0.9.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
7
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@
-16,6
+16,8
@@
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
python_compile() {
# https://github.com/nigelsmall/py2neo/issues/380
python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"