Package: python-googlecloudapis
Version: 0.9.30+debian1-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu vivid ubuntu-patch
Dear Maintainer,
This package's setup.py imports setuptools, but it doesn't build-depend on
python-setuptools or python3-setuptools, which causes an FTBFS in Ubuntu.
Please explicitly build-depend on these packages.
In Ubuntu, the attached patch was applied to achieve the following:
* Build-depend on python-setuptools and python3-setuptools to fix FTBFS.
Thanks for considering the patch.
Logan Rosen
-- System Information:
Debian Release: jessie/sid
APT prefers vivid-updates
APT policy: (500, 'vivid-updates'), (500, 'vivid-security'), (500, 'vivid'),
(100, 'vivid-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16.0-24-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru python-googlecloudapis-0.9.30+debian1/debian/control python-googlecloudapis-0.9.30+debian1/debian/control
--- python-googlecloudapis-0.9.30+debian1/debian/control 2014-08-29 14:23:53.000000000 -0400
+++ python-googlecloudapis-0.9.30+debian1/debian/control 2014-12-02 12:48:32.000000000 -0500
@@ -9,10 +9,12 @@
python-oauth2client,
python-pbr,
python-protorpc-standalone,
+ python-setuptools,
python3-all (>= 3.2),
python3-oauth2client,
python3-pbr,
- python3-protorpc-standalone
+ python3-protorpc-standalone,
+ python3-setuptools
Standards-Version: 3.9.5
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=cloud/python-googlecloudapis.git;a=summary
Vcs-Git: git://anonscm.debian.org/cloud/python-googlecloudapis.git
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team