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/04/03 16:01:19 UTC

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

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

This reverts commit b0c97b952b3671f0e45c7f030ba920bf280abffa.

Let's handle pysvn simply instead of being tricky.


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

Branch: refs/heads/master
Commit: 2400a31d93c5cc93d6a817148dcff258b2799f21
Parents: eeb743b
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Wed Apr 3 09:49:38 2013 -0400
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Wed Apr 3 09:49:38 2013 -0400

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


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