diff options
| author | TANIGUCHI Takaki <takaki@debian.org> | 2015-11-25 11:17:32 +0900 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2015-11-25 10:19:06 +0000 |
| commit | adc5490a0651b5d1bc317efeb9322efcec0bf41b (patch) | |
| tree | 07951711de76fb1ab2d1aabaf6cca6d208a0f4f4 | |
| parent | 1dc6963a2d3ec5eb7195908abc9e1bccda6152fa (diff) | |
0.9.0-2 (patches unapplied)import/0.9.0-2ubuntu/yakkety-develubuntu/yakketyubuntu/xenial-proposedubuntu/xenial-develubuntu/xenialdebian/stretch
Imported using git-ubuntu import.
Notes
Notes:
* debian/control: Add python-nose and python3-nose to Build-Depends.
(Closes: #804557)
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4135a2c..ccf859d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-jmespath (0.9.0-2) unstable; urgency=medium + + * debian/control: Add python-nose and python3-nose to Build-Depends. + (Closes: #804557) + + -- TANIGUCHI Takaki <takaki@debian.org> Wed, 25 Nov 2015 11:17:32 +0900 + python-jmespath (0.9.0-1) unstable; urgency=medium * new upstream version diff --git a/debian/control b/debian/control index 348dc4e..d084812 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,8 @@ Build-Depends: debhelper (>= 9) , python-setuptools , python3-all , python3-setuptools + , python-nose + , python3-nose Standards-Version: 3.9.6 Homepage: https://github.com/boto/jmespath Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-jmespath.git |
