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/14 21:23:08 UTC

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

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/f2638c77
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/f2638c77
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/f2638c77

Branch: refs/heads/db/5973
Commit: f2638c771e7ea558790a2db16736292cfcbce070
Parents: 9e231ee
Author: Dave Brondsema <db...@geek.net>
Authored: Thu Mar 14 10:46:43 2013 -0700
Committer: Dave Brondsema <db...@geek.net>
Committed: Thu Mar 14 10:46:43 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/f2638c77/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: -*-