You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bo...@apache.org on 2017/01/22 16:38:56 UTC

[5/7] incubator-airflow git commit: [AIRFLOW-776] Add missing cgroups devel dependency

[AIRFLOW-776] Add missing cgroups devel dependency

Closes #2009 from aminghadersohi/master


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

Branch: refs/heads/v1-8-test
Commit: 2acb10a814df3231297a2ffcde0bd2c3072423dc
Parents: 927f30c
Author: Amin Ghadersohi <mr...@uber.com>
Authored: Sun Jan 22 16:56:54 2017 +0100
Committer: Bolke de Bruin <bo...@xs4all.nl>
Committed: Sun Jan 22 16:57:02 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/2acb10a8/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index b8fe677..e09d568 100644
--- a/setup.py
+++ b/setup.py
@@ -178,7 +178,7 @@ devel = [
     'nose-ignore-docstring==0.2',
     'nose-parameterized',
 ]
-devel_minreq = devel + mysql + doc + password + s3
+devel_minreq = devel + mysql + doc + password + s3 + cgroups
 devel_hadoop = devel_minreq + hive + hdfs + webhdfs + kerberos
 devel_all = devel + all_dbs + doc + samba + s3 + slack + crypto + oracle + docker