1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-22 14:19:02 +00:00

Declare Python version support in RPM. See #3182

This commit is contained in:
dmiller
2026-01-20 22:33:15 +00:00
parent ac358094f8
commit 31af4f24e1
2 changed files with 2 additions and 2 deletions

View File

@@ -14,12 +14,11 @@ Source0: https://nmap.org/dist/nmap-%{version}.tgz
URL: https://nmap.org/zenmap/
BuildArch: noarch
AutoReqProv: no
BuildRequires: python3-devel
# Add any build-time deps declared in pyproject.toml [build-system.requires]
BuildRequires: python3-setuptools, python3-wheel, python3-build, python3-setuptools-gettext
BuildRequires: desktop-file-utils
Requires: python3 >= 3.0, nmap, python3-gobject, gtk3
Requires: python3 >= 3.8, nmap, python3-gobject, gtk3
%global debug_package %{nil}
Prefix: %{_prefix}

View File

@@ -12,6 +12,7 @@ readme = {file = "README", content-type = "text/plain"}
dependencies = [
"PyGObject",
]
requires-python = ">= 3.8"
[project.urls]
Homepage = "https://nmap.org/zenmap/"