1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Rob Browning <rlb@defaultvalue.org>
Date: Thu, 26 Dec 2024 18:36:00 -0600
Subject: script/build.clj: drop s3-aws-client for now (not in debian)
Forwarded: not-needed
---
script/build.clj | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/script/build.clj b/script/build.clj
index f0a3a27..4e585e6 100644
--- a/script/build.clj
+++ b/script/build.clj
@@ -45,8 +45,7 @@
(b/compile-clj {:basis basis :class-dir class-dir :src-dirs []
:compile-opts {:elide-meta [:doc :file :line] :direct-linking true}
:ns-compile '[clojure.tools.deps.script.make-classpath2
- clojure.tools.deps.script.generate-manifest2
- clojure.tools.deps.util.s3-aws-client]})
+ clojure.tools.deps.script.generate-manifest2]})
(b/uber {:basis basis :class-dir class-dir :uber-file uber-file})
;; Make the exec jar
|