setup/pkg-deps: fix "racket" mapping

I'm unable to construct a test that exposes the problem, but fix the
"type" on the dependency list for the special "racket" package.
This commit is contained in:
Matthew Flatt 2014-07-03 08:01:19 +01:00
parent f49dd363fa
commit 50715f7bda

View File

@ -44,7 +44,7 @@
(define path-cache (make-hash))
(define metadata-ns (make-base-namespace))
(hash-set! pkg-internal-deps "racket" null)
(hash-set! pkg-internal-deps "racket" (list (set) (set)))
(hash-set! pkg-external-deps "racket" (set))
(hash-set! pkg-reps "racket" "racket")