commit f8c8dfb548cc2caf52a91f3f9806916f50c689d5 Author: Damian Johnson atagar@torproject.org Date: Thu Nov 3 08:43:30 2011 -0700
Removing explicit hashlib rpm dependency
The python hashlib is incorporated into python 2.5 so there's no need for an explicit requirement. My bad. --- build/redhat/make-rpm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build/redhat/make-rpm b/build/redhat/make-rpm index 0176f0b..1987354 100755 --- a/build/redhat/make-rpm +++ b/build/redhat/make-rpm @@ -1,6 +1,6 @@ #!/bin/sh cp redhat/MANIFEST ./ -python setup.py bdist_rpm --requires="python-2.5, python-hashlib" +python setup.py bdist_rpm --requires="python-2.5"
# cleans up after rpm build files="build MANIFEST"