diff options
author | BonfaceKilz | 2021-03-23 18:09:44 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-05-08 19:19:47 +0300 |
commit | 49cb97f5ec2234c8981e107da31c8d79fc362a78 (patch) | |
tree | e45c1160bd97c974cd0945d2e5612f12285acdba /guix.scm | |
parent | 402c21508f47a486dab6b2a9daa9e006f26beb61 (diff) | |
download | genenetwork3-49cb97f5ec2234c8981e107da31c8d79fc362a78.tar.gz |
Add python-mysqlclient as a dependency
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,10 +75,10 @@ ("python-ipfshttpclient" ,python-ipfshttpclient) ("python-mypy" ,python-mypy) ("python-mypy-extensions" ,python-mypy-extensions) + ("python-mysqlclient" ,python-mysqlclient) ("python-pylint" python-pylint) ("python-redis" ,python-redis) ("python-scipy" ,python-scipy) - ("python-mysqlclient" ,python-mysqlclient) ("python-sqlalchemy-stubs" ,python-sqlalchemy-stubs))) (build-system python-build-system) (home-page "https://github.com/genenetwork/genenetwork3") |