diff options
Diffstat (limited to 'python/python-crypto_1.9a6.oe')
-rw-r--r-- | python/python-crypto_1.9a6.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-crypto_1.9a6.oe b/python/python-crypto_1.9a6.oe index c78edfd794..cce137afbb 100644 --- a/python/python-crypto_1.9a6.oe +++ b/python/python-crypto_1.9a6.oe @@ -6,7 +6,7 @@ RDEPENDS = "libc6 python-core gmp" DEPENDS = "virtual/libc gmp" SRCNAME = "pycrypto" -SRC_URI = http://www.amk.ca/files/python/crypto/${SRCNAME}-${PV}.tar.gz +SRC_URI = "http://www.amk.ca/files/python/crypto/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils |