aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/python/python-tlslite_0.3.8.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/python/python-tlslite_0.3.8.bb b/recipes/python/python-tlslite_0.3.8.bb
index 1aa8546d5b..0c651e16e4 100644
--- a/recipes/python/python-tlslite_0.3.8.bb
+++ b/recipes/python/python-tlslite_0.3.8.bb
@@ -8,7 +8,9 @@ LICENSE = "PD"
SRCNAME = "tlslite"
PR = "ml1"
-SRC_URI = "http://trevp.net/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+# original url is dead, so it has been replaced with the gentoo one
+#SRC_URI = "http://trevp.net/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+SRC_URI = "http://gentoo.osuosl.org/distfiles/tlslite-0.3.8.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils