Skip to content
Snippets Groups Projects
Commit b9b3bc72 authored by Stefano Rivera's avatar Stefano Rivera
Browse files

Patch: Setuptools 60 support. (Closes: #1022456)

parent 54050e93
No related branches found
No related tags found
No related merge requests found
django-js-reverse (0.7.3-3) UNRELEASED; urgency=medium
* Patch: Setuptools 60 support. (Closes: #1022456)
-- Stefano Rivera <stefanor@debian.org> Sat, 12 Nov 2022 10:20:50 +0200
django-js-reverse (0.7.3-2) unstable; urgency=medium django-js-reverse (0.7.3-2) unstable; urgency=medium
[ Ondřej Nový ] [ Ondřej Nový ]
......
setuptools-60
From: Thomas Grainger <tagrain@gmail.com>
Date: Thu, 1 Aug 2019 16:26:14 +0100
Subject: Migrate to setuptools
Origin: upstream, https://github.com/ierror/django-js-reverse/commit/31e7ea12f17d3551ce6f347c6dffa0503ade1ef1
Bug-Debian: https://bugs.debian.org/1022456
---
setup.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index 2e7355f..4f3a5b8 100644
--- a/setup.py
+++ b/setup.py
@@ -2,9 +2,8 @@
# -*- coding: utf-8 -*-
import codecs
import os
-from distutils.core import setup
-from setuptools import find_packages
+from setuptools import setup, find_packages
def read(*parts):
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