[python-django-debug-toolbar] disable py3 support for now.

Matthias Runge mrunge at fedoraproject.org
Fri Mar 13 10:57:34 UTC 2015


commit 5e786c467ca510aaf66e71c7e09a31b7bbd61163
Author: Matthias Runge <mrunge at redhat.com>
Date:   Fri Mar 13 11:57:13 2015 +0100

    disable py3 support for now.

 python-django-debug-toolbar.spec | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/python-django-debug-toolbar.spec b/python-django-debug-toolbar.spec
index 0f63e2e..4da1c80 100644
--- a/python-django-debug-toolbar.spec
+++ b/python-django-debug-toolbar.spec
@@ -1,5 +1,5 @@
 %if 0%{?fedora}
-%global with_python3 1
+%global with_python3 0
 %endif
 
 Name:           python-django-debug-toolbar
@@ -75,7 +75,6 @@ rm -rf django_debug_toolbar.egg-info
 
 # "Fix" zero length file error
 echo "# empty file" > debug_toolbar/models.py
-
 popd
 
 %if 0%{?with_python3}


More information about the scm-commits mailing list