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:
@@ -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}
|
||||
|
||||
@@ -12,6 +12,7 @@ readme = {file = "README", content-type = "text/plain"}
|
||||
dependencies = [
|
||||
"PyGObject",
|
||||
]
|
||||
requires-python = ">= 3.8"
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://nmap.org/zenmap/"
|
||||
|
||||
Reference in New Issue
Block a user