Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 330664 Details for
Bug 437912
dev-python/starcluster-0.93.3 fails with non-matching module versions
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix version requirements in setup.py (not *egg.info/requires.txt)
starcluster-0.93.3-requires.patch (text/plain), 845 bytes, created by
JTRiley
on 2012-11-26 17:50:18 UTC
(
hide
)
Description:
fix version requirements in setup.py (not *egg.info/requires.txt)
Filename:
MIME Type:
Creator:
JTRiley
Created:
2012-11-26 17:50:18 UTC
Size:
845 bytes
patch
obsolete
>diff --git a/setup.py b/setup.py >index 241b7ce..3c52c68 100644 >--- a/setup.py >+++ b/setup.py >@@ -12,9 +12,9 @@ try: > console_scripts = ['starcluster = starcluster.cli:main'] > extra = dict(test_suite="starcluster.tests", > tests_require="nose", >- install_requires=["ssh==1.7.13", "boto==2.3.0", >- "workerpool==0.9.2", "Jinja2==2.6", >- "decorator==3.3.1", "pyasn1==0.0.13b"], >+ install_requires=["ssh>=1.7.13", "boto>=2.3.0", >+ "workerpool>=0.9.2", "Jinja2>=2.6", >+ "decorator>=3.3.1", "pyasn1>=0.0.13b"], > include_package_data=True, > entry_points=dict(console_scripts=console_scripts), > zip_safe=False)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 437912
: 330664