[Python-modules-commits] [python-django] 01/01: Python 2.6 not supported.

Brian May bam at moszumanska.debian.org
Wed Oct 22 00:48:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch debian/sid
in repository python-django.

commit 77595bee2a4d74ce052aa70bb5aa7a08d20c2739
Author: Brian May <brian at microcomaustralia.com.au>
Date:   Wed Oct 22 11:45:18 2014 +1100

    Python 2.6 not supported.
    
    Lets not even try to run django-admin with Python 2.6; it won't work.
---
 debian/django-admin | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/debian/django-admin b/debian/django-admin
index 0d71a75..ee9fcf4 100644
--- a/debian/django-admin
+++ b/debian/django-admin
@@ -7,9 +7,6 @@ then
 elif command -v python2.7 > /dev/null && test -e /usr/lib/python2.7/dist-packages/django/bin/django-admin.py
 then
     exec python2.7 "$0" "$@"
-elif command -v python2.6 > /dev/null && test -e /usr/lib/python2.6/dist-packages/django/bin/django-admin.py
-then
-    exec python2.6 "$0" "$@"
 else
     echo "Cannot find installed version of python-django or python3-django." >&2
     exit 1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django.git



More information about the Python-modules-commits mailing list