aboutsummaryrefslogtreecommitdiff
path: root/python/euca2ools
diff options
context:
space:
mode:
Diffstat (limited to 'python/euca2ools')
-rw-r--r--python/euca2ools/README5
-rw-r--r--python/euca2ools/euca2ools.SlackBuild2
-rw-r--r--python/euca2ools/euca2ools.info2
3 files changed, 5 insertions, 4 deletions
diff --git a/python/euca2ools/README b/python/euca2ools/README
index 93a1dd64811b9..a776c6b56ee69 100644
--- a/python/euca2ools/README
+++ b/python/euca2ools/README
@@ -1,2 +1,3 @@
-Euca2ools are command line tools for interacting with Amazon Web Services (AWS)
-and other AWS-compatible web services, such as Eucalyptus and OpenStack.
+Euca2ools are command line tools for interacting with Amazon Web
+Services (AWS) and other AWS-compatible web services, such as Eucalyptus
+and OpenStack.
diff --git a/python/euca2ools/euca2ools.SlackBuild b/python/euca2ools/euca2ools.SlackBuild
index cbd99a886f6ad..2e90e872bd890 100644
--- a/python/euca2ools/euca2ools.SlackBuild
+++ b/python/euca2ools/euca2ools.SlackBuild
@@ -69,7 +69,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python setup.py install --root=$PKG
+python2 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/python/euca2ools/euca2ools.info b/python/euca2ools/euca2ools.info
index 2f896c6ababc4..6afd07142e8bd 100644
--- a/python/euca2ools/euca2ools.info
+++ b/python/euca2ools/euca2ools.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/eucalyptus/euca2ools/archive/v3.4.1/euca2ools-3.4.1
MD5SUM="0304efa7609d18d9816baeb56eb8012b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python-requestbuilder lxml"
+REQUIRES="python2-requestbuilder lxml"
MAINTAINER="Christoph Willing"
EMAIL="chris.willing@linux.com"