repoman: remove obsolete RMD160 requirement
authorZac Medico <zmedico@gentoo.org>
Sun, 27 Jan 2013 21:26:49 +0000 (13:26 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 27 Jan 2013 21:26:49 +0000 (13:26 -0800)
bin/repoman

index bfa8d7d8637f02e76efcd0f5160df32061fdf778..58d4f23fe1b576cbd7f938e5dbfd58266dc96303 100755 (executable)
@@ -646,19 +646,6 @@ if options.mode in ("commit", "fix", "manifest"):
                        logging.error(line)
                sys.exit(1)
 
-if "commit" == options.mode and \
-       repo_config.name == "gentoo" and \
-       "RMD160" in manifest_hashes and \
-       "RMD160" not in portage.checksum.hashorigin_map:
-       msg = "Please install " \
-       "pycrypto or enable python's ssl USE flag in order " \
-       "to enable RMD160 hash support. See bug #198398 for " \
-       "more information."
-       prefix = bad(" * ")
-       for line in textwrap.wrap(msg, 70):
-               print(prefix + line)
-       sys.exit(1)
-
 if options.echangelog is None and repo_config.update_changelog:
        options.echangelog = 'y'