#97 [TESTING NEEDED] Switch from python-openid to python3-openid
Merged 4 years ago by frantisekz. Opened 4 years ago by frantisekz.

file modified
+1 -3
@@ -18,6 +18,4 @@ 

  alembic>=0.5.0

  Flask-Admin>=1.0.8

  iso8601>=0.1.4

- python-openid>=2.2.5

- python-openid-cla>=1.0

- python-openid-teams>=1.0

+ python3-openid>=3.1.0

file modified
+1 -3
@@ -68,9 +68,7 @@ 

            'python-fedora>=0.3.29',

            'pycurl>=7.19.0',

            'alembic',

-           'python-openid',

-           'python-openid-cla',

-           'python-openid-teams',

+           'python3-openid>=3.1.0',

            'iso8601'

        ]

  )

python-openid has not seen release since 2010. There is python3-openid available, we need to switch to that if we want to run production with Py3.

Flagging as "TESTING NEEDED", I'd need to take a look at it and test everything where is this codepath being hit. Help welcome :)

rebased onto 9a8c01b

4 years ago

Seems to work fine, merging.

Pull-Request has been merged by frantisekz

4 years ago
Metadata