projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7d81d5
)
DEVELOPING: add "Dependencies" section
author
Zac Medico
<zmedico@gentoo.org>
Wed, 11 Jan 2012 12:38:07 +0000
(
04:38
-0800)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 11 Jan 2012 12:38:07 +0000
(
04:38
-0800)
DEVELOPING
patch
|
blob
|
history
diff --git
a/DEVELOPING
b/DEVELOPING
index fa17a3977e7ee76224741856f8c390761221d665..ebe5d56c3b3e331db48c6a3b4771a1af39360aff 100644
(file)
--- 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
----