rohe / oictest

OAuth2 and OpenID Connect test tools
Other
39 stars 21 forks source link

pyjwkest install has unlisted dependencies #23

Open nynymike opened 9 years ago

nynymike commented 9 years ago

Roland,

Before I could get pyjwkest to install with:

python setup.py install

I had to add some development libraries for gmp and python, for example in Centos:

yum install gmp-devel

yum install python-devel

Also, you might want to add a note on where to download setuptools:
https://pypi.python.org/pypi/setuptools

rohe commented 9 years ago

1 dec 2014 kl. 05:44 skrev Mike Schwartz notifications@github.com:

Before I could get pyjwkest to install with: [root@ce pyjwkest]# python setup.py install

I had to add some development libraries for gmp and python, for example in Centos:

yum install gmp-devel

yum install python-devel

That is so OS specific that I’m not sure I want to go that way.

Also, you might want to add a note on where to download setuptools:

That on the other hand is reasonable.

— Roland

”Being able to think like a child is an important attribute of being an adult” - Eddie Izzard

nynymike commented 9 years ago

You can provide some guidelines for different platforms. I think it also requires gcc, which not every system will have (i.e. docker container won't have gcc...)

rohe commented 9 years ago

1 dec 2014 kl. 15:21 skrev Mike Schwartz notifications@github.com:

You can provide some guidelines for different platforms. I think it also requires gcc, which not every system will have (i.e. docker container won’t have gcc...)

One problem is that pyjwkest in itself doesn’t really require anything except Python 2.7. It’s pycrypto that pyjwkest uses extensively that has demands and I can definitely point to their documentation but I will not try to track what they are doing.

— Roland

”Being able to think like a child is an important attribute of being an adult” - Eddie Izzard