diff options
Diffstat (limited to 'utils/scanpypi')
-rwxr-xr-x | utils/scanpypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/scanpypi b/utils/scanpypi index 12bfc24e10..1720c0c051 100755 --- a/utils/scanpypi +++ b/utils/scanpypi @@ -188,7 +188,7 @@ class BuildrootPackage(): 'md5_digest': None}] # In this case, we can't get the name of the downloaded file # from the pypi api, so we need to find it, this should work - urlpath = urllib2.urlparse.urlparse( + urlpath = six.moves.urllib.parse.urlparse( self.metadata['info']['download_url']).path # urlparse().path give something like # /path/to/file-version.tar.gz |