File: 0001-include-libcloud.data.patch

package info (click to toggle)
libcloud 3.8.0%2Brepack-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,760 kB
  • sloc: python: 158,354; xml: 19,482; sh: 27; makefile: 11
file content (22 lines) | stat: -rw-r--r-- 668 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 10b052c21c27d0631ea4fdf8ae2df7a8da5f67e9 Mon Sep 17 00:00:00 2001
From: Noah Meyerhans <frodo@morgul.net>
Date: Fri, 17 May 2024 13:54:54 -0700
Subject: [PATCH] include libcloud.data

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: libcloud/pyproject.toml
===================================================================
--- libcloud.orig/pyproject.toml
+++ libcloud/pyproject.toml
@@ -87,7 +87,7 @@ test = [
 
 [tool.setuptools.packages.find]
 where = ["./"]
-include = ["libcloud"]
+include = ["libcloud", "libcloud.*"]
 
 [tool.setuptools]
 exclude-package-data = { "*" = ["secrets.py"], "libcloud.test" = ["secrets.py"] }