[python-postman/f17] update fixdeps patch to use boto>=2.0 (cherry picked from commit 3ab90a0fad767ae989350f8775c4effc796

Brett Lentz wakko666 at fedoraproject.org
Tue Jul 31 15:10:52 UTC 2012


commit ee583ad0770940db3665c3bb46ef237c98c80d31
Author: Brett Lentz <blentz at redhat.com>
Date:   Tue Jul 31 11:09:45 2012 -0400

    update fixdeps patch to use boto>=2.0
    (cherry picked from commit 3ab90a0fad767ae989350f8775c4effc796845c7)

 postman_fixdeps.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/postman_fixdeps.patch b/postman_fixdeps.patch
index fc78b45..1ea75a2 100644
--- a/postman_fixdeps.patch
+++ b/postman_fixdeps.patch
@@ -5,6 +5,6 @@
      },
      install_requires = [
 -        "argparse==1.2.1",
-         "boto==2.0"
+         "boto>=2.0"
      ]
  )


More information about the scm-commits mailing list