diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d252da533c..3771afa5b3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14198,9 +14198,6 @@ should be noted that the code is a exact port of the original from Facebook.") (license license:expat))) -(define-public python2-graphql-relay - (package-with-python2 python-graphql-relay)) - (define-public python-graphene (package (name "python-graphene") |