File: remove-setuptools.patch

package info (click to toggle)
python-changelog 0.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: python: 994; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 220 bytes parent folder | download
1
2
3
4
5
6
7
8
9
--- a/changelog/docutils.py
+++ b/changelog/docutils.py
@@ -1,5 +1,5 @@
 import collections
-from distutils.version import LooseVersion
+from looseversion import LooseVersion
 import hashlib as md5
 import os
 import re