You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by sa...@apache.org on 2016/08/11 00:13:48 UTC

incubator-airflow git commit: [AIRFLOW-412] Fix lxml dependency

Repository: incubator-airflow
Updated Branches:
  refs/heads/master 6302f482a -> d200f6008


[AIRFLOW-412] Fix lxml dependency

Dear Airflow Maintainers,

Please accept this PR that addresses the following issues:
- https://issues.apache.org/jira/browse/AIRFLOW-412

Testing Done:
-None

Closes #1722 from normster/lxml


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

Branch: refs/heads/master
Commit: d200f6008466adbb255666d14c6d195e302d6e49
Parents: 6302f48
Author: Norman Mu <no...@agari.com>
Authored: Wed Aug 10 17:13:20 2016 -0700
Committer: Siddharth Anand <si...@yahoo.com>
Committed: Wed Aug 10 17:13:20 2016 -0700

----------------------------------------------------------------------
 setup.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/d200f600/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 85e5195..e1793b7 100644
--- a/setup.py
+++ b/setup.py
@@ -202,6 +202,7 @@ def do_setup():
             'tabulate>=0.7.5, <0.8.0',
             'thrift>=0.9.2, <0.10',
             'zope.deprecation>=4.0, <5.0',
+	    'lxml==3.6.0',
         ],
         extras_require={
             'all': devel_all,