summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2014-05-06 02:54:29 +0000
committerBrian Dolbec <dolsen@gentoo.org>2014-05-06 02:54:29 +0000
commita2ff67a61e6821015f315fa4a0e16780eb9fa5e7 (patch)
tree5b61a974757e5278f4d1814e8d358f57789bc2c3 /dev-python/ssl-fetch/ssl-fetch-9999.ebuild
parentVersion bump. (diff)
downloadgentoo-2-a2ff67a61e6821015f315fa4a0e16780eb9fa5e7.tar.gz
gentoo-2-a2ff67a61e6821015f315fa4a0e16780eb9fa5e7.tar.bz2
gentoo-2-a2ff67a61e6821015f315fa4a0e16780eb9fa5e7.zip
Drop py-2.6 compatibility
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x65E309F2189DB0B8)
Diffstat (limited to 'dev-python/ssl-fetch/ssl-fetch-9999.ebuild')
-rw-r--r--dev-python/ssl-fetch/ssl-fetch-9999.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild
index 4a8d3cec5e28..9424f224699c 100644
--- a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild
+++ b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild,v 1.2 2014/05/06 02:21:06 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild,v 1.3 2014/05/06 02:54:29 dolsen Exp $
EAPI="5"
-PYTHON_COMPAT=(python{2_6,2_7,3_3,3_4})
+PYTHON_COMPAT=(python{2_7,3_3,3_4})
EGIT_BRANCH="master"
@@ -26,11 +26,6 @@ DEPEND=""
RDEPEND="${DEPEND}
>=dev-python/requests-1.2.1[${PYTHON_USEDEP}]
- python_targets_python2_6? (
- dev-python/ndg-httpsclient[python_targets_python2_6]
- dev-python/pyasn1[python_targets_python2_6]
- >=dev-python/pyopenssl-0.13[python_targets_python2_6]
- )
python_targets_python2_7? (
dev-python/ndg-httpsclient[python_targets_python2_7]
dev-python/pyasn1[python_targets_python2_7]