From 28181f9fb02f21bdb70324206544023b497d3e92 Mon Sep 17 00:00:00 2001
From: BonfaceKilz
Date: Wed, 12 May 2021 09:53:57 +0300
Subject: gn: Add r-optparse to genenetwork3

* gn/packages/genenetwork.scm (genenetwork3) [propagated-inputs]: Add
r-optparse
---
 gn/packages/genenetwork.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 47be9e0..3e94fa0 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -446,7 +446,8 @@ Graphical Fragment Assembly} files and related formats.")
                            ("python-requests" ,python-requests)
                            ("python-scipy" ,python-scipy)
                            ("python-sqlalchemy-stubs"
-                            ,python-sqlalchemy-stubs)))
+                            ,python-sqlalchemy-stubs)
+                           ("r-optparse" ,r-optparse)))
       (build-system python-build-system)
       (home-page "https://github.com/genenetwork/genenetwork3")
       (synopsis "GeneNetwork3 API for data science and machine learning.")
-- 
cgit v1.2.3