From: Michael Lauer Date: Wed, 15 Aug 2007 19:47:06 +0000 (+0000) Subject: python-crypto: change package name, update to 2.0.1 X-Git-Tag: Release-2010-05/1~8959^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d29bcedec337a0b7c61f77a44cd4a5c0ebd5456;p=openembedded.git python-crypto: change package name, update to 2.0.1 --- diff --git a/packages/python/python-crypto_1.9a6.bb b/packages/python/python-pycrypto_2.0.1.bb similarity index 91% rename from packages/python/python-crypto_1.9a6.bb rename to packages/python/python-pycrypto_2.0.1.bb index 0a842e4688..cee0e16af0 100644 --- a/packages/python/python-crypto_1.9a6.bb +++ b/packages/python/python-pycrypto_2.0.1.bb @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" DEPENDS = "gmp" SRCNAME = "pycrypto" -LICENSE = "python-crypto" +LICENSE = "pycrypto" SRC_URI = "http://www.amk.ca/files/python/crypto/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}"