Package PyCrypto 2.6 into an rpm using fpm.

The available python-crypto package in CentOS 6.4 (version 2.0.1)
is too old.  Specifically the Crypto.Random package is unavaliable.

Change-Id: Ifa000d1fb633de5b69194e557978587280e47b02
This commit is contained in:
Douglas Mendizabal
2013-07-23 18:01:34 -05:00
parent f73104ea35
commit 803a044ddb

View File

@@ -20,8 +20,8 @@ fpm -s python -t rpm webob
fpm -s python -t rpm Celery
fpm -s python -t rpm python-keystoneclient
fpm -s python -t rpm stevedore
# fpm -s python -t rpm pycrypto
# --> python-crypto 2.0.1-22.el6
fpm -s python -t rpm pycrypto
# --> python-crypto 2.0.1-22.el6 exists, but is too old
fpm -s python -t rpm python-dateutil
# --> python-dateutil 1.4.1-6.el6 exists, but is incompatible
fpm -s python -t rpm jsonschema
@@ -82,4 +82,4 @@ fpm -s python -t rpm importlib
scp *.rpm rpmbuild@yum-repo.cloudkeep.io:/var/www/html/centos/6/barbican/x86_64/
ssh rpmbuild@yum-repo.cloudkeep.io 'createrepo /var/www/html/centos/6/barbican/x86_64/'
popd
popd