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:
parent
4fbea1376e
commit
22513439ff
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user