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/19 20:29:23 UTC

[4/10] 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/474f5467
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/474f5467
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/474f5467

Branch: refs/heads/db/5973
Commit: 474f546785e0da3d3769e9da2171b58a56bee9de
Parents: 7adc92f
Author: Dave Brondsema <db...@geek.net>
Authored: Thu Mar 14 10:46:43 2013 -0700
Committer: Dave Brondsema <db...@geek.net>
Committed: Tue Mar 19 12:26:03 2013 -0700

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


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