summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-14 14:12:53 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-15 16:33:11 -0500
commit9ea2fbd60d7a1f46d5488fe9c62a1f29a818e4a8 (patch)
treea3bcea4e60ff338bb06f04031784216cd4412b90
parent39be293c2c327b7e3f6286a918bb6a8a498952d5 (diff)
downloadguix-patches-9ea2fbd60d7a1f46d5488fe9c62a1f29a818e4a8.tar
guix-patches-9ea2fbd60d7a1f46d5488fe9c62a1f29a818e4a8.tar.gz
gnu: python2-factory-boy: Remove package.
* gnu/packages/python-xyz.scm (python2-factory-boy): Remove variable.
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b7f807723a..b16da64506 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15855,9 +15855,6 @@ of corner cases, factory_boy allows you to use objects customized for the
current test, while only declaring the test-specific fields")
(license license:expat)))
-(define-public python2-factory-boy
- (package-with-python2 python-factory-boy))
-
(define-public python-translate-toolkit
(package
(name "python-translate-toolkit")