aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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