apteryx pushed a commit to branch core-updates
in repository guix.
commit 9ea2fbd60d7a1f46d5488fe9c62a1f29a818e4a8
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Jan 14 14:12:53 2021 -0500
gnu: python2-factory-boy: Remove package.
* gnu/packages/python-xyz.scm (python2-factory-boy): Remove variable.
---
gnu/packages/python-xyz.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b7f8077..b16da64 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")