[Bug 1841127] Re: pull-debian-source fails with "ImportError: No module named request"

2019-09-04 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-dev-tools - 0.172

---
ubuntu-dev-tools (0.172) unstable; urgency=medium

  [ Mattia Rizzolo ]
  * autopkgtest: Add a allow-stderr restriction, as things log to stderr.

  [ Stefano Rivera ]
  * Build-Depend on pylint (>= 2, the Python 3 version), it replaced pylint3.
  * Explicitly declare python dependencies in the python library modules (the
setup.py doesn't provide these) and ubuntu-dev-tools itself.
  * dh_python2 doesn't generate a python dependency in ubuntu-dev-tools, now
that it's scripts-only, so manually declare one.
  * Install pull-debian-source as python 3. It was ported, and doesn't work
under python 2 any more.  LP: #1841127
  * Use dh_install to split the build into multiple binary packages.

 -- Mattia Rizzolo   Wed, 04 Sep 2019 08:44:51 +0200

** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1841127

Title:
  pull-debian-source fails with "ImportError: No module named request"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/1841127/+subscriptions

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 1841127] Re: pull-debian-source fails with "ImportError: No module named request"

2019-09-03 Thread Mattia Rizzolo
Thank you indeed!

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1841127

Title:
  pull-debian-source fails with "ImportError: No module named request"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/1841127/+subscriptions

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 1841127] Re: pull-debian-source fails with "ImportError: No module named request"

2019-09-03 Thread Robie Basak
Thank you! It wasn't clear to me how to resolve this.

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1841127

Title:
  pull-debian-source fails with "ImportError: No module named request"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/1841127/+subscriptions

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 1841127] Re: pull-debian-source fails with "ImportError: No module named request"

2019-09-03 Thread Yola Platform Team
** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1841127

Title:
  pull-debian-source fails with "ImportError: No module named request"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/1841127/+subscriptions

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 1841127] Re: pull-debian-source fails with "ImportError: No module named request"

2019-09-03 Thread Stefano Rivera
Committed fix in: https://git.launchpad.net/ubuntu-dev-
tools/commit/?id=7fd1a6a766f4ff52cc3a576faaed11e17773274e

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1841127

Title:
  pull-debian-source fails with "ImportError: No module named request"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/1841127/+subscriptions

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 1841127] Re: pull-debian-source fails with "ImportError: No module named request"

2019-08-25 Thread Hans Joachim Desserud
** Tags added: eoan

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1841127

Title:
  pull-debian-source fails with "ImportError: No module named request"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/1841127/+subscriptions

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 1841127] Re: pull-debian-source fails with "ImportError: No module named request"

2019-08-23 Thread Mattia Rizzolo
@ddstreet, yes please.

Also, the solution here is to port everything to py3-only, btw.

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1841127

Title:
  pull-debian-source fails with "ImportError: No module named request"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/1841127/+subscriptions

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 1841127] Re: pull-debian-source fails with "ImportError: No module named request"

2019-08-22 Thread Dan Streetman
guess I should merge my pull-* rewrite to debian sometime soon.

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1841127

Title:
  pull-debian-source fails with "ImportError: No module named request"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/1841127/+subscriptions

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 1841127] Re: pull-debian-source fails with "ImportError: No module named request"

2019-08-22 Thread Robie Basak
02:11  Pretty sure you can turn off shebang rewriting.  I think
it's dh_python, not setuptools.

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1841127

Title:
  pull-debian-source fails with "ImportError: No module named request"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/1841127/+subscriptions

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs