diff options
author | BonfaceKilz | 2020-07-23 13:45:32 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-08-04 13:08:46 +0300 |
commit | fbd7fa2b583fce2a43f4f47747f0dbdab8878909 (patch) | |
tree | 56f951a1ce685f90ee58c1c78537265b6fb5ddc3 | |
parent | 7a238bf65f04afecee0663ced5d972e55720391c (diff) | |
download | guix-bioinformatics-fbd7fa2b583fce2a43f4f47747f0dbdab8878909.tar.gz |
gn: python3-genenetwork2: Remove duplicate requests input
* gn/packages/genenetwork.scm (python3-genenetwork2): Delete duplicate input
-rw-r--r-- | gn/packages/genenetwork.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 4711fbc..cc981e0 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -343,7 +343,6 @@ implemented, light on server resource usage, and fairly speedy.") ("python2-passlib" ,python2-passlib) ("python2-redis" ,python2-redis) ("python2-requests" ,python2-requests) - ("python2-requests" ,python2-requests) ("python2-rpy2" ,python2-rpy2) ("python2-scipy" ,python2-scipy) ("python2-simplejson" ,python2-simplejson) |