diff options
author | Junio C Hamano <junkio@cox.net> | 2006-11-20 00:49:31 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-21 20:55:39 -0800 |
commit | 7cdbff14d4823c3a3d64c2011ab0b23f794efef8 (patch) | |
tree | 14d84fbaf70277d8ba833391c03860e98c1defe7 /git.spec.in | |
parent | 594270635732d6320d6e6d7fa127679ae90ef5b1 (diff) | |
download | git-7cdbff14d4823c3a3d64c2011ab0b23f794efef8.tar.gz git-7cdbff14d4823c3a3d64c2011ab0b23f794efef8.tar.xz |
remove merge-recursive-old
This frees the Porcelain-ish that comes with the core Python-free.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.spec.in')
-rw-r--r-- | git.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git.spec.in b/git.spec.in index 83268fc9d..f2374b733 100644 --- a/git.spec.in +++ b/git.spec.in @@ -24,7 +24,7 @@ This is a dummy package which brings in all subpackages. %package core Summary: Core git tools Group: Development/Tools -Requires: zlib >= 1.2, rsync, rcs, curl, less, openssh-clients, python >= 2.3, expat +Requires: zlib >= 1.2, rsync, rcs, curl, less, openssh-clients, expat %description core This is a stupid (but extremely fast) directory content manager. It doesn't do a whole lot, but what it _does_ do is track directory |