I did expect this package to be defined in python.scm. * gnu/packages/python.scm (python-requests): comment added --- gnu/packages/python.scm | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 43e0657..197f236 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2245,6 +2245,10 @@ than Python’s urllib2 library.") (define-public python2-requests (package-with-python2 python-requests)) +;; +;; Note: python-requests-mock is defined in module gnu packages openstack +;; + (define-public python-vcversioner (package (name "python-vcversioner") -- 2.7.4