components/python/quantumclient/Makefile
changeset 6858 0f8601e37dad
parent 4984 7145b15b7f0d
child 7687 1093e2a9adbd
--- a/components/python/quantumclient/Makefile	Wed Sep 07 14:48:43 2016 -0700
+++ b/components/python/quantumclient/Makefile	Wed Sep 07 14:47:15 2016 -0700
@@ -20,8 +20,9 @@
 #
 
 #
-# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
 #
+
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		python-quantumclient
@@ -46,7 +47,7 @@
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 COMPONENT_POST_INSTALL_ACTION = \
-	(cd $(PROTO_DIR)/usr/bin ; $(MV) -f quantum quantum-$(PYTHON_VERSION))
+    (cd $(PROTO_DIR)/usr/bin ; $(MV) -f quantum quantum-$(PYTHON_VERSION))
 
 # common targets
 build:		$(BUILD_NO_ARCH)
@@ -55,10 +56,9 @@
 
 #
 # Tests require:
-# hacking, discover, fixtures, python-subunit, sphinx, testrepository, testtools
+# hacking, discover, python-subunit, sphinx, testrepository
 # which haven't been integrated yet.
 #
 test:		$(NO_TESTS)
 
-system-test:    $(NO_TESTS)
-
+system-test:	$(NO_TESTS)