liqd / adhocracy3

Adhocracy 3 with customizations for various projects
https://adhocracy3.readthedocs.io
Other
50 stars 11 forks source link

Use cryptacular from git to make it work with Python 3.6 #2902

Open nidico opened 5 years ago

nidico commented 5 years ago

This works around https://bitbucket.org/dholth/cryptacular/issues/11/not-installing-on-ubuntu-1804

joka commented 5 years ago

This pull request adds another source code checkout without a real need as long as we dont update to python 3.6. So I would wait until this is fixed in the official cryptacular packages.

nidico commented 5 years ago

So I would wait until this is fixed in the official cryptacular packages.

It doesn't look like this would happen anytime soon - the last cryptacular release was from 2012.

as we dont update to python 3.6

My development machine doesn't have Python 3.5 and our buildout.python seems to be broken, so I tried to go the Python 3.6 way, but of course we can fix our buildout.python instead...

Let's keep this open in the meantime.