Just a tweak required to debian/rules to update the package:

$ diff -u ../pexpect-4.2.1/debian/rules debian/rules 
--- ../pexpect-4.2.1/debian/rules       2016-12-11 16:25:26.000000000 +0000
+++ debian/rules        2018-02-21 08:16:42.184556084 +0000
@@ -34,4 +34,4 @@
        dh_install
        # async.py is python3 only and can't be compiled for python2
        # https://github.com/pexpect/pexpect/issues/290
-       rm 
$(CURDIR)/debian/python-pexpect/usr/lib/python2.7/dist-packages/pexpect/async.py
+       rm 
$(CURDIR)/debian/python-pexpect/usr/lib/python2.7/dist-packages/pexpect/_async.py

I've tested a local build of pexpect 4.4 and a simple rebuild does work
with this change.

-- 


Neil Williams
=============
http://www.linux.codehelp.co.uk/

Attachment: pgplxLkkl1wBv.pgp
Description: OpenPGP digital signature

_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to