Skip to content

Commit

Permalink
[AIRFLOW-776] Add missing cgroups devel dependency
Browse files Browse the repository at this point in the history
Closes apache#2009 from aminghadersohi/master
  • Loading branch information
aminghadersohi authored and bolkedebruin committed Jan 22, 2017
1 parent 927f30c commit 2acb10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def write_version(filename=os.path.join(*['airflow',
'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

Expand Down

0 comments on commit 2acb10a

Please sign in to comment.