summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-12-31 22:13:15 -0500
committerMike Gilbert <floppym@gentoo.org>2016-12-31 22:13:15 -0500
commit8909c5c715e1a245562c75950b886f3cc2e7013a (patch)
tree5ec3120e5248f2174f7bc56a872cab74865088ff
parentdev-python/tlslite: drop cryptlib dep (diff)
downloadgentoo-8909c5c715e1a245562c75950b886f3cc2e7013a.tar.gz
gentoo-8909c5c715e1a245562c75950b886f3cc2e7013a.tar.bz2
gentoo-8909c5c715e1a245562c75950b886f3cc2e7013a.zip
dev-python/tlslite: drop m2crypto and pycrypto deps
README says these are purely optional. Package-Manager: Portage-2.3.3_p12, Repoman-2.3.1_p5
-rw-r--r--dev-python/tlslite/tlslite-0.4.3-r1.ebuild6
-rw-r--r--dev-python/tlslite/tlslite-0.4.9-r1.ebuild6
2 files changed, 2 insertions, 10 deletions
diff --git a/dev-python/tlslite/tlslite-0.4.3-r1.ebuild b/dev-python/tlslite/tlslite-0.4.3-r1.ebuild
index 3daccc225374..070a85ea9748 100644
--- a/dev-python/tlslite/tlslite-0.4.3-r1.ebuild
+++ b/dev-python/tlslite/tlslite-0.4.3-r1.ebuild
@@ -19,11 +19,7 @@ KEYWORDS="amd64 x86"
IUSE="doc gmp"
RESTRICT="test"
-DEPEND="
- || (
- dev-python/m2crypto[${PYTHON_USEDEP}]
- dev-python/pycrypto[${PYTHON_USEDEP}]
- )"
+DEPEND=""
RDEPEND="${DEPEND}"
# Tests still hang
diff --git a/dev-python/tlslite/tlslite-0.4.9-r1.ebuild b/dev-python/tlslite/tlslite-0.4.9-r1.ebuild
index 8f6307a8d6b5..d877ba1f7b7a 100644
--- a/dev-python/tlslite/tlslite-0.4.9-r1.ebuild
+++ b/dev-python/tlslite/tlslite-0.4.9-r1.ebuild
@@ -18,11 +18,7 @@ KEYWORDS="~amd64 ~x86"
#Refrain for now setting IUSE test and deps of test given test restricted.
IUSE="doc"
-DEPEND="
- || (
- dev-python/m2crypto[${PYTHON_USEDEP}]
- dev-python/pycrypto[${PYTHON_USEDEP}]
- )"
+DEPEND=""
RDEPEND="${DEPEND}"
RESTRICT="test"