diff options
author | Efraim Flashner | 2020-08-09 03:18:44 -0500 |
---|---|---|
committer | Efraim Flashner | 2020-08-09 03:22:27 -0500 |
commit | 0531a0106f461145cf589cdd9dfdc8ba7d88e89b (patch) | |
tree | aaebff1efbcb5c131669f61220045fe18721763f | |
parent | 9fe2c27a1ec36645bca14711389f47c7eea53c5c (diff) | |
download | guix-bioinformatics-0531a0106f461145cf589cdd9dfdc8ba7d88e89b.tar.gz |
gn: python-schema-salad: Use same version of python-ruaml.yaml as
bh20-seq-resource
-rw-r--r-- | gn/packages/python.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 798a01a..ca058c5 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -1153,7 +1153,8 @@ server.") ("python-rdflib" ,python-rdflib) ("python-rdflib-jsonld" ,python-rdflib-jsonld) ("python-requests" ,python-requests) - ("python-ruamel.yaml" ,python-ruamel.yaml) + ;; This needs to be fixed before upstreaming + ("python-ruamel.yaml" ,python38-ruaml.yaml-0.15.76) ("python-setuptools" ,python-setuptools) ("python-typing-extensions" ,python-typing-extensions))) (native-inputs |