diff options
author | Stanislav Ochotnicky <sochotnicky@gmail.com> | 2009-08-14 17:44:54 +0200 |
---|---|---|
committer | Stanislav Ochotnicky <sochotnicky@gmail.com> | 2009-08-14 17:44:54 +0200 |
commit | 9e744eb28603f8f5e673d3706ac80199989f13c1 (patch) | |
tree | 1abdb859d0069d6339f81e102977603c8d42acad | |
parent | Add mktinderboxchroot to setup.py installation (diff) | |
download | collagen-9e744eb28603f8f5e673d3706ac80199989f13c1.tar.gz collagen-9e744eb28603f8f5e673d3706ac80199989f13c1.tar.bz2 collagen-9e744eb28603f8f5e673d3706ac80199989f13c1.zip |
Add dev-python/django to DEPEND in ebuild
-rw-r--r-- | collagen-1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/collagen-1.0.ebuild b/collagen-1.0.ebuild index 21d9e16..74ed9d0 100644 --- a/collagen-1.0.ebuild +++ b/collagen-1.0.ebuild @@ -14,6 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" -DEPEND="virtual/python" +DEPEND="virtual/python + dev-python/django" |