summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-01-28 10:08:21 -0500
committerTim Harder <radhermit@gentoo.org>2017-01-28 10:10:02 -0500
commit8d4c57fa5e15b58f37651f136e24dd8046a34556 (patch)
treeced6a3a07e7236ab4f4d5fed071bc11a0e316d48 /dev-python/snakeoil/snakeoil-9999.ebuild
parentprofiles: media-plugins/kipi-plugins[mediawiki,vkontakte] stable mask (diff)
downloadgentoo-8d4c57fa5e15b58f37651f136e24dd8046a34556.tar.gz
gentoo-8d4c57fa5e15b58f37651f136e24dd8046a34556.tar.bz2
gentoo-8d4c57fa5e15b58f37651f136e24dd8046a34556.zip
dev-python/snakeoil: cython is now required for building py3 extensions
Diffstat (limited to 'dev-python/snakeoil/snakeoil-9999.ebuild')
-rw-r--r--dev-python/snakeoil/snakeoil-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild
index af9cbb04b486..ac03b968dcbe 100644
--- a/dev-python/snakeoil/snakeoil-9999.ebuild
+++ b/dev-python/snakeoil/snakeoil-9999.ebuild
@@ -23,6 +23,7 @@ SLOT="0"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]' 'python3*')
test? ( dev-python/mock[${PYTHON_USEDEP}] )"
python_configure_all() {