Fix PyCrypto rpm package name built by fpm.
fpm package naming convention does not match existing CentOS package. Change-Id: If0b3afc22bed3aa7c7b0a771a2565d6fbffc2b0d
This commit is contained in:
parent
803a044ddb
commit
e4e1816c5f
@ -20,7 +20,7 @@ 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
|
||||
fpm -s python -t rpm -n python-crypto 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user