You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/03/17 20:10:45 UTC

[5/7] git commit: [#5973] Make the pysvn dep explicit, so we fail sooner (setup.py develop instead of runtime import)

[#5973] Make the pysvn dep explicit, so we fail sooner (setup.py develop instead of runtime import)


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/d2f39289
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/d2f39289
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/d2f39289

Branch: refs/heads/db/5973
Commit: d2f39289d47f99c6f58ba6b100c1e99cb76f003a
Parents: 20b6f3e
Author: Dave Brondsema <db...@geek.net>
Authored: Thu Mar 14 10:46:43 2013 -0700
Committer: Dave Brondsema <db...@geek.net>
Committed: Sun Mar 17 12:10:19 2013 -0700

----------------------------------------------------------------------
 ForgeSVN/setup.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/d2f39289/ForgeSVN/setup.py
----------------------------------------------------------------------
diff --git a/ForgeSVN/setup.py b/ForgeSVN/setup.py
index fba4631..dbd6932 100644
--- a/ForgeSVN/setup.py
+++ b/ForgeSVN/setup.py
@@ -19,7 +19,8 @@ setup(name='ForgeSVN',
       zip_safe=False,
       install_requires=[
           # -*- Extra requirements: -*-
-          'Allura'
+          'Allura',
+          'pysvn',
       ],
       entry_points="""
       # -*- Entry points: -*-