Skip to content
Snippets Groups Projects
Commit d217e924 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Drop Build-Depends on python3-distutils. (Closes: #1065988)

parent 29e5554d
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,6 @@ Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-distutils,
python3-docutils,
Standards-Version: 4.6.0
Homepage: https://try.diffoscope.org/
......
#!/usr/bin/env python3
from distutils.core import setup
from setuptools import setup
setup(
name='trydiffoscope',
......
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