All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python-cython: update SRC_URI for new download location
@ 2016-09-26 15:56 Laurent Gourvénec
  2016-09-27  9:14 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Laurent Gourvénec @ 2016-09-26 15:56 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Laurent Gourvénec <laurent.gourvenec@qarnot-computing.com>
---
 meta-oe/recipes-devtools/python/python-cython_0.15.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/python/python-cython_0.15.1.bb b/meta-oe/recipes-devtools/python/python-cython_0.15.1.bb
index 0bf057a..65db532 100644
--- a/meta-oe/recipes-devtools/python/python-cython_0.15.1.bb
+++ b/meta-oe/recipes-devtools/python/python-cython_0.15.1.bb
@@ -8,7 +8,7 @@ SRCNAME = "Cython"
 BBCLASSEXTEND = "native"
 PR = "r3"
 
-SRC_URI = "http://www.cython.org/release/${SRCNAME}-${PV}.tar.gz \
+SRC_URI = "https://pypi.python.org/packages/source/C/Cython/Cython-${PV}.tar.gz \
            file://0001-Don-t-append-docs-to-_Extension.extension.__doc__.patch \
 "
 S = "${WORKDIR}/${SRCNAME}-${PV}"
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-27  9:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-26 15:56 [meta-python][PATCH] python-cython: update SRC_URI for new download location Laurent Gourvénec
2016-09-27  9:14 ` Martin Jansa
2016-09-27  9:34   ` Laurent Gourvenec

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.