Package: gyp
Version: 0.1~svn1729-1
Severity: serious
Tags: patch

Dear Maintainer,

When exectute gyp commands, I got errer message following:
----
$ gyp 
Traceback (most recent call last):
         File "/usr/bin/gyp", line 5, in <module>
         from pkg_resources import load_entry_point
----

gyp requires python-pkg-resources.
Please add python-pkg-resources to Depends.

Best regards,
  Nobuhiro

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: armhf

Kernel: Linux 3.9-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gyp depends on:
ii  python  2.7.5-5

gyp recommends no packages.

gyp suggests no packages.

-- no debconf information
diff -Nru gyp-0.1~svn1729/debian/changelog gyp-0.1~svn1729/debian/changelog
--- gyp-0.1~svn1729/debian/changelog	2013-09-17 08:55:50.000000000 +0900
+++ gyp-0.1~svn1729/debian/changelog	2013-09-18 08:05:58.000000000 +0900
@@ -1,3 +1,10 @@
+gyp (0.1~svn1729-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Add python-pkg-resources to Depends.
+
+ -- Nobuhiro Iwamatsu <iwama...@debian.org>  Wed, 18 Sep 2013 08:05:42 +0900
+
 gyp (0.1~svn1729-1) unstable; urgency=low
 
   * Upstream update svn revision 1729. (Closes: #722678)
diff -Nru gyp-0.1~svn1729/debian/control gyp-0.1~svn1729/debian/control
--- gyp-0.1~svn1729/debian/control	2013-07-23 07:59:30.000000000 +0900
+++ gyp-0.1~svn1729/debian/control	2013-09-18 08:05:39.000000000 +0900
@@ -10,7 +10,7 @@
 
 Package: gyp
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources
 Description: Cross-platform build script generator
  GYP (Generate Your Projects) is a tool to generate native Visual Studio,
  Xcode, SCons and make build files from a description of a project in a

Reply via email to