Package: python-requests-kerberos / 0.7.0-3
Metadata
Package | Version | Patches format |
---|---|---|
python-requests-kerberos | 0.7.0-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
disable broken test in python3.patch | (download) |
test_requests_kerberos.py |
3 2 + 1 - 0 ! |
disable broken test The following test breaks in Python3: self.assertEqual(r.content, b'') so this patch neutralizes it. |
fix setup.py to work with python3.patch | (download) |
setup.py |
2 1 + 1 - 0 ! |
fix setup.py to work as well in python 3 The filter function in Python 3 doesn't return a list anymore, so we use list() to convert it. |
1