debian: stop building python2 package

This commit is contained in:
Frédéric Péters 2021-12-03 15:58:01 +01:00
parent 11d40b6431
commit b806fe700c
2 changed files with 1 additions and 12 deletions

11
debian/control vendored
View File

@ -4,23 +4,12 @@ Priority: extra
Maintainer: Frederic Peters <fpeters@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-python,
python-all,
python-django,
python-setuptools,
python3-all,
python3-django,
python3-setuptools
Standards-Version: 3.9.5
X-Python-Version: >= 2.5
Homepage: https://pypi.python.org/pypi/django-ckeditor/
Package: python-django-ckeditor
Architecture: all
Depends: python-django, ${python:Depends}, ${misc:Depends}
Description: Django admin CKEditor integration (Python 2)
Provides a ``RichTextField`` and ``CKEditorWidget`` utilizing CKEditor with
image upload and browsing support included.
Package: python3-django-ckeditor
Architecture: all
Depends: python3-django, ${python3:Depends}, ${misc:Depends}

2
debian/rules vendored
View File

@ -5,6 +5,6 @@
export PYBUILD_NAME=django-ckeditor
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test: