From 5bf2a4557ad0f8161e864235f71195e32d3227b8 Mon Sep 17 00:00:00 2001 From: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com> Date: Fri, 12 Apr 2024 13:36:46 +0600 Subject: [PATCH] Create anda.hcl Signed-off-by: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com> --- anda/langs/python/pip-system-certs/anda.hcl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 anda/langs/python/pip-system-certs/anda.hcl diff --git a/anda/langs/python/pip-system-certs/anda.hcl b/anda/langs/python/pip-system-certs/anda.hcl new file mode 100644 index 0000000000..238551b593 --- /dev/null +++ b/anda/langs/python/pip-system-certs/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "python-pip-system-certs.spec" + } +}