File: add-tool.flit.module-in-pyproject.toml.patch

package info (click to toggle)
python-pysnmp4 7.1.22-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,528 kB
  • sloc: python: 33,673; makefile: 172; javascript: 4
file content (17 lines) | stat: -rw-r--r-- 509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Add tool.flit.module to pyproject.toml
 Otherwise, pacakge is empty.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2025-09-16

Index: python-pysnmp4/pyproject.toml
===================================================================
--- python-pysnmp4.orig/pyproject.toml
+++ python-pysnmp4/pyproject.toml
@@ -75,3 +75,6 @@ build-backend = "flit_core.buildapi"
 [tool.ruff]
 lint.ignore = ["F401", "F403", "F405"]
 preview = true
+
+[tool.flit.module]
+packages = ["pysnmp"]