about summary refs log tree commit diff
path: root/gn/packages/python.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r--gn/packages/python.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index 75f7cab..4cefe84 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -379,7 +379,7 @@ functions.")
 (define-public python-setuptools
   (package
     (name "python-setuptools")
-    (version "40.6.2")
+    (version "40.6.0")
     (source
      (origin
       (method url-fetch)
@@ -753,9 +753,8 @@ the older versions.")
         (base32
           "04h8brrbbx151dfa2cvvlnxgmb5wa00mhd2z7nd20s8kyibfkq1p"))))
   (build-system python-build-system)
-  (propagated-inputs
-    `(("python-version" ,python-version)
-      ("python-typing" ,python-typing)))
+  (inputs
+    `(("python-version" ,python-version)))
   (home-page "http://www.mypy-lang.org/")
   (synopsis
     "Experimental type system extensions for programs checked with the mypy typechecker.")