You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2014/08/13 16:53:45 UTC

git commit: AMBARI-6845. Ambari should work with python 2.7 installed (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk 419f6aa5d -> fc8378f7f


AMBARI-6845. Ambari should work with python 2.7 installed (aonishuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/fc8378f7
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fc8378f7
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fc8378f7

Branch: refs/heads/trunk
Commit: fc8378f7f76f2ceec172a462a256c588a914f502
Parents: 419f6aa
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Wed Aug 13 17:53:33 2014 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Wed Aug 13 17:53:33 2014 +0300

----------------------------------------------------------------------
 ambari-server/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/fc8378f7/ambari-server/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 1914c03..72e9863 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -211,6 +211,7 @@
           <copyright>2012, Apache Software Foundation</copyright>
           <group>Development</group>
           <description>Maven Recipe: RPM Package.</description>
+          <autoRequires>no</autoRequires>
           <requires>
             <require>postgresql-server &gt;= 8.1</require>
             <require>openssl</require>