Skip to content
Snippets Groups Projects
Commit 7e5b95a3 authored by Thomas Goirand's avatar Thomas Goirand
Browse files

Add do-not-use-2to3.patch. (Closes: #997616)

parent ede98fdc
No related branches found
No related tags found
No related merge requests found
python-anyjson (0.3.3-3) UNRELEASED; urgency=medium
python-anyjson (0.3.3-3) unstable; urgency=medium
[ Debian Janitor ]
* Bump debhelper from deprecated 7 to 12.
* Bump debhelper from old 7 to 13.
* Set debhelper-compat version in Build-Depends.
[ Ondřej Nový ]
......@@ -10,10 +10,11 @@ python-anyjson (0.3.3-3) UNRELEASED; urgency=medium
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
[ Thomas Goirand ]
* Team upload.
* Add do-not-use-2to3.patch. (Closes: #997616)
-- Debian Janitor <janitor@jelmer.uk> Fri, 17 Apr 2020 18:21:04 +0000
-- Thomas Goirand <zigo@debian.org> Thu, 11 Nov 2021 15:26:14 +0100
python-anyjson (0.3.3-2) unstable; urgency=medium
......
Description: Do not use 2to3
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2021-11-11
--- python-anyjson-0.3.3.orig/setup.py
+++ python-anyjson-0.3.3/setup.py
@@ -2,8 +2,6 @@ import os
import sys
extra = {}
-if sys.version_info >= (3, 0):
- extra.update(use_2to3=True)
try:
from setuptools import setup, find_packages
py3k.patch
do-not-use-2to3.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment