[Python-modules-commits] [factory-boy] 01/02: Fix missing depends on ipadress.

Brian May bam at moszumanska.debian.org
Thu Jan 5 01:26:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch debian/unstable
in repository factory-boy.

commit 396cafbeeda54ffdeef8d9ec3dc96f2764f985d9
Author: Brian May <brian at linuxpenguins.xyz>
Date:   Thu Jan 5 12:24:28 2017 +1100

    Fix missing depends on ipadress.
---
 debian/changelog                                   |  1 +
 debian/patches/0003-Add-ipaddress-to-depends.patch | 20 ++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 10a6a9e..d380bdc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 factory-boy (2.8.1-1) UNRELEASED; urgency=medium
 
   * New upstream version.
+  * Fix missing depends on ipaddress (Closes: #833037).
 
  -- Brian May <bam at debian.org>  Thu, 05 Jan 2017 11:41:15 +1100
 
diff --git a/debian/patches/0003-Add-ipaddress-to-depends.patch b/debian/patches/0003-Add-ipaddress-to-depends.patch
new file mode 100644
index 0000000..afd63a2
--- /dev/null
+++ b/debian/patches/0003-Add-ipaddress-to-depends.patch
@@ -0,0 +1,20 @@
+From: Brian May <brian at linuxpenguins.xyz>
+Date: Thu, 5 Jan 2017 12:10:05 +1100
+Subject: Add ipaddress to depends
+
+---
+ setup.py | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/setup.py b/setup.py
+index a219669..3b11975 100755
+--- a/setup.py
++++ b/setup.py
+@@ -47,6 +47,7 @@ setup(
+     license='MIT',
+     install_requires=[
+         'Faker>=0.7.0',
++        'ipaddress',
+     ],
+     setup_requires=[
+         'setuptools>=0.8',
diff --git a/debian/patches/series b/debian/patches/series
index e80f60f..a230c38 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 disable-intersphinx.patch
 removed-privacy-breach.patch
+0003-Add-ipaddress-to-depends.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/factory-boy.git



More information about the Python-modules-commits mailing list