diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-24 17:21:07 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-03-08 18:00:43 +0100 |
commit | ce7911ddae5d30ba73c8c9552b7d4e71268e5db3 (patch) | |
tree | 608ed407eefc18024b781b1126f50b71dbb7d2a9 /gnu/packages/patches | |
parent | 1eaaea41e57ffd51cb548eeb4c5f708bb066c065 (diff) |
gnu: Add python-faker.
* gnu/packages/patches/python-fake-factory-fix-build-32bit.patch: Adjust
paths. Also rename to ...
* gnu/packages/patches/python-faker-fix-build-32bit.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python.scm (python-faker, python2-faker): New variables.
(python-fake-factory)[properties]: Superseded by PYTHON-FAKER.
(python2-fake-factory)[properties]: Superseded by PYTHON2-FAKER.
(python-orator, python2-orator)[propagated-inputs]: Replace
PYTHON-FAKE-FACTORY with PYTHON-FAKER.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/python-faker-fix-build-32bit.patch (renamed from gnu/packages/patches/python-fake-factory-fix-build-32bit.patch) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/patches/python-fake-factory-fix-build-32bit.patch b/gnu/packages/patches/python-faker-fix-build-32bit.patch index cb60896fad..466b289012 100644 --- a/gnu/packages/patches/python-fake-factory-fix-build-32bit.patch +++ b/gnu/packages/patches/python-faker-fix-build-32bit.patch @@ -2,10 +2,10 @@ These tests fail on 32-bit due to an overflow. Upstream bug URL: https://github.com/joke2k/faker/issues/408 -diff --git a/faker/tests/__init__.py b/faker/tests/__init__.py +diff --git a/tests/__init__.py b/tests/__init__.py index 6026772..58b6b83 100644 ---- a/faker/tests/__init__.py -+++ b/faker/tests/__init__.py +--- a/tests/__init__.py ++++ b/tests/__init__.py @@ -384,7 +384,6 @@ class FactoryTestCase(unittest.TestCase): provider = Provider # test century |