diff options
| author | Julian Andres Klode <jak@debian.org> | 2013-10-14 19:19:01 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2013-10-14 19:19:43 +0200 |
| commit | 4e993e56261be9730f565f86e728ad6928b99ea4 (patch) | |
| tree | 9beda3317e9cd7da0b969ee339c18124f2d3f461 | |
| parent | 10641ad184e53e165cb655f3bcf01ece430cc00e (diff) | |
| download | python-apt-4e993e56261be9730f565f86e728ad6928b99ea4.tar.gz | |
utils/get_ubuntu_mirrors_from_lp.py: Switch to Python 3 again
| -rwxr-xr-x | pre-build.sh | 2 | ||||
| -rwxr-xr-x | utils/get_ubuntu_mirrors_from_lp.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pre-build.sh b/pre-build.sh index 1c5a9183..08c0bef6 100755 --- a/pre-build.sh +++ b/pre-build.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -dpkg-checkbuilddeps -d 'python-debian, python-feedparser' +dpkg-checkbuilddeps -d 'python-debian, python3-feedparser' echo "updating Ubuntu mirror list from launchpad" if [ -n "$https_proxy" ]; then diff --git a/utils/get_ubuntu_mirrors_from_lp.py b/utils/get_ubuntu_mirrors_from_lp.py index ef049f78..7c4d3831 100755 --- a/utils/get_ubuntu_mirrors_from_lp.py +++ b/utils/get_ubuntu_mirrors_from_lp.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # get_ubuntu_lp_mirrors.py # |
