diff options
-rw-r--r-- | pyporter.spec | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pyporter.spec b/pyporter.spec index d048f6a..bde65d8 100644 --- a/pyporter.spec +++ b/pyporter.spec @@ -12,9 +12,7 @@ pyporter is a tool to create spec file and create rpm for python modules For mor %package -n python3-pyporter Summary: A rpm packager bot for python modules from pypi.org -BuildRequires: gcc libstdc++-devel python3-cffi python3-hatchling python3-hatch-vcs python3-pip openEuler-rpm-config >= 30-39 python3-setuptools -Requires: gcc gdb libstdc++-devel python3-cffi python3-pip python3-setuptools - +BuildRequires: python3-hatchling python3-hatch-vcs python3-pip openEuler-rpm-config >= 30-39 python3-setuptools python3-wheel %description -n python3-pyporter pyporter is a tool to create spec file and create rpm for python modules. |