summaryrefslogtreecommitdiffstats
path: root/DEVELOPING
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-01-11 04:38:07 -0800
committerZac Medico <zmedico@gentoo.org>2012-01-11 04:38:07 -0800
commit48ae5a4d10657efc8a05fb6f91d0a9584891cec2 (patch)
tree240d12a8efd5ffcb23378542e733e4fbf68550b0 /DEVELOPING
parenta7d81d56245f47cc62b6ce8e54481a2592aa20e1 (diff)
downloadportage-48ae5a4d10657efc8a05fb6f91d0a9584891cec2.tar.gz
portage-48ae5a4d10657efc8a05fb6f91d0a9584891cec2.tar.bz2
portage-48ae5a4d10657efc8a05fb6f91d0a9584891cec2.zip
DEVELOPING: add "Dependencies" section
Diffstat (limited to 'DEVELOPING')
-rw-r--r--DEVELOPING7
1 files changed, 7 insertions, 0 deletions
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
----