dev-python/tweepy: Require ssl support in python

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572180

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2016-01-17 18:56:28 +01:00
parent e472bdbfcf
commit 9f8c604184
3 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 pypy )
PYTHON_REQ_USE="ssl(+)"
inherit distutils-r1 vcs-snapshot

View File

@@ -5,6 +5,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4} )
PYTHON_REQ_USE="ssl(+)"
inherit distutils-r1

View File

@@ -5,6 +5,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4} )
PYTHON_REQ_USE="ssl(+)"
inherit distutils-r1