diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-15 19:51:41 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-15 19:51:41 +0000 |
commit | 30bc4fa5064b1513537ba9410336dfffe77a659c (patch) | |
tree | 2f8b5607030aaa3465725939e7a3b9b52095cbf7 /packages/python/python-pycrypto_2.0.1.bb | |
parent | 4d29bcedec337a0b7c61f77a44cd4a5c0ebd5456 (diff) |
python packages: unify PR
Diffstat (limited to 'packages/python/python-pycrypto_2.0.1.bb')
-rw-r--r-- | packages/python/python-pycrypto_2.0.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/python/python-pycrypto_2.0.1.bb b/packages/python/python-pycrypto_2.0.1.bb index cee0e16af0..4a58b6930e 100644 --- a/packages/python/python-pycrypto_2.0.1.bb +++ b/packages/python/python-pycrypto_2.0.1.bb @@ -4,6 +4,8 @@ PRIORITY = "optional" DEPENDS = "gmp" SRCNAME = "pycrypto" LICENSE = "pycrypto" +PR = "ml0" + SRC_URI = "http://www.amk.ca/files/python/crypto/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" |