Of course, you're right, I was using python-crypto instead of python3-crypto as a dependency. Then I was able to create the RPM. BTW, thanks for the RPMS!
Thank you very much, Diogo Vieira On Apr 15, 2014, at 6:17 AM, Marcin Skarbek <[email protected]> wrote: > S3ql 2.x needs Python 3 so you should use python3-devel python3-setuptools > python3-crypto python3-apsw and python3-llfuse packages. > > On Tuesday, April 8, 2014 8:16:36 PM UTC+2, Diogo Vieira wrote: > Hello, > > I'm trying to package s3ql in Fedora since the version in the repositories is > still from the first major version. However when I try to build the RPM I > always get an error because setuptools (I assume) tries to fetch pycrypto > from PyPi. The problem is that it is already referenced as a dependency with > the package python-crypto from Fedora repositories in the spec file, so it > shouldn't try to get it from PyPi. I don't know if it's a problem with naming > policies (this library is referenced as python-pycrypto in other > distributions) but if I try to import Crypto in a python shell it works so > there really shouldn't be a problem. Can someone help me understand what's > going on? > > Thank you, > > Diogo Vieira <[email protected]> > Programador > Eurotux Informática, S.A. | www.eurotux.com > (t) +351 253 680 300 > > > -- > You received this message because you are subscribed to the Google Groups > "s3ql" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
