diff options
Diffstat (limited to 'packages/python/python-pycrypto_svn.bb')
-rw-r--r-- | packages/python/python-pycrypto_svn.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/python/python-pycrypto_svn.bb b/packages/python/python-pycrypto_svn.bb deleted file mode 100644 index 9e6eecbebd..0000000000 --- a/packages/python/python-pycrypto_svn.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "A collection of cryptographic algorithms and protocols" -SECTION = "devel/python" -PRIORITY = "optional" -DEPENDS = "gmp" -SRCNAME = "pycrypto" -LICENSE = "pycrypto" -PR = "ml0" - -PV = "2.0.1+gitr${SRCREV}" -SRC_URI = "git://git.pycrypto.org:9419/crypto/pycrypto-2.x.git;protocol=git;branch=master" -S = "${WORKDIR}/git" - -inherit distutils |