TritonDataCenter / python-manta

Python SDK for Manta (community maintained)
MIT License
25 stars 18 forks source link

drop 32-bit sunos Crypto build from distro and show easy_install install instructions for smartos #1

Closed trentm closed 11 years ago

trentm commented 11 years ago

Per instructions from John Shuping:

I worked around it as you'd expect, something like:

# pkgin in py27-setuptools
# easy_install pycrypto  # agh, i want pip :)
# rm -rf lib/manta/plat-sunos5-py27/Crypto
trentm commented 11 years ago

Linda points out that you can get pip via easy_install pip. Fair enough. :)

However, Filip just added 'py27-pip' to both 2011Q4 and 2012Q2 (DATASET-628). Yah. Should now be able to:

pkgin in py27-pip

and install from there.

However, also, the 'crypto' module in the latest pkgsrc fixes the broken Crypto. So... again, depending on ones religion, should be able to either:

pkgin in py27-crypto

or:

pkgin in py27-pip
pip install pycrypto

Need to verify all this.

trentm commented 11 years ago

Fixed in v1.2.0.