From: Zac Medico Date: Wed, 11 Jan 2012 12:38:07 +0000 (-0800) Subject: DEVELOPING: add "Dependencies" section X-Git-Tag: v2.2.0_alpha85~40 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=48ae5a4d10657efc8a05fb6f91d0a9584891cec2;p=portage.git DEVELOPING: add "Dependencies" section --- diff --git a/DEVELOPING b/DEVELOPING index fa17a3977..ebe5d56c3 100644 --- a/DEVELOPING +++ b/DEVELOPING @@ -13,6 +13,13 @@ support Python 3 syntax. All exception handling should use Python 3 'except' syntax, and the print function should be used instead of Python 2's print statement (from __future__ import print_function). +Dependencies +------------ + +Python and Bash should be the only hard dependencies. Any other dependencies, +including external Python modules that are not included with Python itself, +must be optionally enabled by run-time detection. + Tabs ----