diff -Nru gumbo-parser-0.10.1+dfsg/debian/changelog gumbo-parser-0.10.1+dfsg/debian/changelog
--- gumbo-parser-0.10.1+dfsg/debian/changelog	2018-10-02 07:50:58.000000000 +0300
+++ gumbo-parser-0.10.1+dfsg/debian/changelog	2019-11-29 10:22:50.000000000 +0300
@@ -1,3 +1,10 @@
+gumbo-parser (0.10.1+dfsg-2.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove the Python 2 support (Closes: #936687)
+
+ -- Sergei Golovan <sgolovan@debian.org>  Fri, 29 Nov 2019 10:22:50 +0300
+
 gumbo-parser (0.10.1+dfsg-2.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru gumbo-parser-0.10.1+dfsg/debian/control gumbo-parser-0.10.1+dfsg/debian/control
--- gumbo-parser-0.10.1+dfsg/debian/control	2018-10-02 07:49:16.000000000 +0300
+++ gumbo-parser-0.10.1+dfsg/debian/control	2019-11-29 10:22:24.000000000 +0300
@@ -5,11 +5,8 @@
  dh-autoreconf,
  dh-python,
  libgtest-dev,
- python-all,
  python3,
- python-setuptools,
  python3-setuptools
-X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.4
 Standards-Version: 3.9.6
 Section: libs
@@ -40,20 +37,6 @@
  as a building block for other tools and libraries such as linters,
  validators, templating languages, and refactoring and analysis tools.
 
-Package: python-gumbo
-Section: python
-Architecture: all
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends},
- libgumbo1 (>= ${source:Version})
-Recommends: python-bs4, python-html5lib
-Description: pure-C HTML5 parser Python bindings
- Gumbo is an implementation of the [HTML5 parsing algorithm implemented
- as a pure C99 library with no outside dependencies.  It's designed to serve
- as a building block for other tools and libraries such as linters,
- validators, templating languages, and refactoring and analysis tools.
- .
- This package contains Python bindings of Gumbo.
-
 Package: python3-gumbo
 Section: python
 Architecture: all
diff -Nru gumbo-parser-0.10.1+dfsg/debian/rules gumbo-parser-0.10.1+dfsg/debian/rules
--- gumbo-parser-0.10.1+dfsg/debian/rules	2015-12-30 21:44:00.000000000 +0300
+++ gumbo-parser-0.10.1+dfsg/debian/rules	2019-11-29 10:22:50.000000000 +0300
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autoreconf,python2,python3
+	dh $@ --with autoreconf,python3 --buildsystem=autoconf
 
 override_dh_auto_clean:
 	dh_auto_clean
@@ -13,10 +13,9 @@
 
 override_dh_auto_install:
 	dh_auto_install
-	$(shell pyversions -r debian/control) setup.py install --root=$(CURDIR)/debian/python-gumbo --install-layout=deb
 	python3 setup.py install --root=$(CURDIR)/debian/python3-gumbo --install-layout=deb
 	# Remove tests
-	find $(CURDIR)/debian/python-gumbo $(CURDIR)/debian/python3-gumbo -name '*_test.py' | xargs $(RM) -rfv
+	find $(CURDIR)/debian/python3-gumbo -name '*_test.py' | xargs $(RM) -rfv
 
 override_dh_installchangelogs:
 	dh_installchangelogs CHANGES.md
