File: patch-out-six.patch

package info (click to toggle)
jeepyb 0%2B20190513-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: python: 2,157; makefile: 21
file content (18 lines) | stat: -rw-r--r-- 467 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/jeepyb/cmd/openstackwatch.py
+++ b/jeepyb/cmd/openstackwatch.py
@@ -32,7 +32,7 @@
 import time
 
 import PyRSS2Gen
-import six.moves.urllib.request as urlrequest
+import urllib.request as urlrequest
 
 PROJECTS = ['openstack/nova', 'openstack/keystone', 'openstack/swift']
 JSON_URL = 'https://review.openstack.org/query'
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,4 +12,3 @@
 PyRSS2Gen
 python-swiftclient>=2.2.0
 requests!=2.8.0,>=2.5.2
-six>=1.9.0