diff options
-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 |