raco setup: fix dependency checking for "racket" package

Possibly, only "base" should depend on "racket", while the version
number of "base" should track the version number of "racket".
This commit is contained in:
Matthew Flatt 2013-12-24 17:56:12 -06:00
parent 4fbea1376e
commit 22513439ff

View File

@ -40,6 +40,9 @@
(define path-cache (make-hash))
(define metadata-ns (make-base-namespace))
(hash-set! pkg-internal-deps "racket" null)
(hash-set! pkg-reps "racket" "racket")
;; ----------------------------------------
;; printinf helpers:
(define (setup-printf* task s . args)