diff options
| author | Justin Lecher <jlec@gentoo.org> | 2015-10-11 11:43:46 +0200 |
|---|---|---|
| committer | Justin Lecher <jlec@gentoo.org> | 2015-10-11 13:24:29 +0200 |
| commit | 3b4279817476c515f956eec1360ec49cd16a9d65 (patch) | |
| tree | 89a8fe4c6e43631b9525a887de329245913c5381 /dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild | |
| parent | bf0b345873e825f7ad2e4867ee03d16de4434330 (diff) | |
| download | gentoo-3b4279817476c515f956eec1360ec49cd16a9d65.tar.gz gentoo-3b4279817476c515f956eec1360ec49cd16a9d65.tar.bz2 gentoo-3b4279817476c515f956eec1360ec49cd16a9d65.zip | |
dev-python/ndg-httpsclient: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild')
| -rw-r--r-- | dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild index 4e670396c195..b2a1f73ca755 100644 --- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild +++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="" -RDEPEND="dev-python/pyopenssl[${PYTHON_USEDEP}]" +RDEPEND="dev-python/pyopenssl[$(python_gen_usedep 'python*' pypy)]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" |
