aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-04-02 18:35:34 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-04-02 18:55:48 -0400
commitc6916091d97d173628a1c6173b0cf3b0cbd13355 (patch)
tree8fd12196c475d622a8bff9d658fcbe050776fa4c /include
parent2edc9d2a9d83127ca31fb656be3b4a086124e334 (diff)
downloadstasis-c6916091d97d173628a1c6173b0cf3b0cbd13355.tar.gz
Reenable installation via local wheels
Diffstat (limited to 'include')
-rw-r--r--include/deliverable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/deliverable.h b/include/deliverable.h
index 640fd06..84140ae 100644
--- a/include/deliverable.h
+++ b/include/deliverable.h
@@ -115,6 +115,7 @@ struct Delivery {
struct StrList *conda_packages_defer; ///< Conda recipes to be built for delivery
struct StrList *pip_packages; ///< Python packages to install (pip)
struct StrList *pip_packages_defer; ///< Python packages to be built for delivery
+ struct StrList *wheels_packages; ///< Wheel packages built for delivery
} conda;
/*! \struct Runtime