mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 06:17:14 +02:00
26 lines
821 B
Diff
26 lines
821 B
Diff
Patch-Source: https://github.com/libkeepass/pykeepass/pull/378.patch
|
|
--
|
|
From 4a29e3a263c87d95add20425258be2ba0ad36ed8 Mon Sep 17 00:00:00 2001
|
|
From: "Benjamin A. Beasley" <code@musicinmybrain.net>
|
|
Date: Thu, 29 Feb 2024 10:43:05 -0500
|
|
Subject: [PATCH] Fix missing pykeepass.kdbx_parsing when built with modern
|
|
tools
|
|
|
|
---
|
|
pyproject.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/pyproject.toml b/pyproject.toml
|
|
index 6bd7fad..437003c 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -37,7 +37,7 @@ Issues = "https://github.com/libkeepass/pykeepass/issues"
|
|
Changelog = "https://github.com/libkeepass/pykeepass/blob/master/CHANGELOG.rst"
|
|
|
|
[tool.setuptools]
|
|
-packages = ["pykeepass"]
|
|
+packages = ["pykeepass", "pykeepass.kdbx_parsing"]
|
|
include-package-data = true
|
|
|
|
[build-system]
|