Re: trouble adding gitlab as a repository

2014-02-28 Thread Christian Hammond
Hi Nina, Your pycrypto's out of date. It may be the latest CentOS 6.4 provides, but it's very old by PyCrypto standards. You can try uninstalling the RPM and then installing the latest package using easy_install: $ sudo easy_install -U PyCrypto See if that works for you. You'll need to

Re: trouble adding gitlab as a repository

2014-02-28 Thread Nina Zakharenko
Thank you! That totally worked. There was one step I had to perform before running easy install, and that's yum install python-devel Cheers, Nina On Friday, February 28, 2014 1:17:20 PM UTC-7, Christian Hammond wrote: Hi Nina, Your pycrypto's out of date. It may be the latest CentOS 6.4

Re: trouble adding gitlab as a repository

2014-02-28 Thread Christian Hammond
Glad it works! I'll make a note to fix our package to require a more recent minimum version. Christian On Friday, February 28, 2014, Nina Zakharenko nzakhare...@gmail.com wrote: Thank you! That totally worked. There was one step I had to perform before running easy install, and that's yum