summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2013-04-16 09:58:22 +0200
committerTreeve Jelbert2013-04-16 09:58:22 +0200
commit6769f03675e55373b9bf81b04f0b6535c4d9bda8 (patch)
tree10ef4bbcfa034d99e7ae327a35f14939b34bb306
parent27f8773cebd875174e4849d57fbfe1397bbb3dde (diff)
pycrypto - fix python3 depends
-rwxr-xr-xpython-pypi/pycrypto/DEPENDS2
-rw-r--r--python-pypi/pycrypto/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/python-pypi/pycrypto/DEPENDS b/python-pypi/pycrypto/DEPENDS
index c74f433a3a..bd26d21410 100755
--- a/python-pypi/pycrypto/DEPENDS
+++ b/python-pypi/pycrypto/DEPENDS
@@ -1,2 +1,2 @@
-depends PYTHON &&
+. $SECTION_DIRECTORY/PY_DEPENDS &&
depends gmp
diff --git a/python-pypi/pycrypto/HISTORY b/python-pypi/pycrypto/HISTORY
index d741d90a19..a8cec565cf 100644
--- a/python-pypi/pycrypto/HISTORY
+++ b/python-pypi/pycrypto/HISTORY
@@ -1,3 +1,6 @@
+2013-04-16 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: fix python usage
+
2012-05-28 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 2.6; SECURITY_PATCH++ (fixes CVE-2012-2417)