summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb b/meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb
index 9c646e4..4af6459 100644
--- a/meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb
+++ b/meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb
@@ -24,6 +24,8 @@ export HOST_SYS
24 24
25inherit autotools autotools-brokensep distutils 25inherit autotools autotools-brokensep distutils
26 26
27DEPENDS += " gmp"
28
27# We explicitly call distutils_do_install, since we want it to run, but 29# We explicitly call distutils_do_install, since we want it to run, but
28# *don't* want the autotools install to run, since this package doesn't 30# *don't* want the autotools install to run, since this package doesn't
29# provide a "make install" target. 31# provide a "make install" target.