[tor-commits] [arm/packaging] Removing explicit hashlib rpm dependency

atagar at torproject.org atagar at torproject.org
Thu Nov 3 15:50:56 UTC 2011


commit f8c8dfb548cc2caf52a91f3f9806916f50c689d5
Author: Damian Johnson <atagar at 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"



More information about the tor-commits mailing list