Remove semantic_version and wcwidth dependencies from setup.py

- Remove semantic_version and wcwidth dependencies from setup.py
- Resolves: rhbz#1976731

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
Bryan Gurney 2021-06-28 13:31:06 -04:00
parent fb850da97b
commit d384e54762
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- setup.py.orig 2021-06-28 12:47:21.861294270 -0400
+++ setup.py 2021-06-28 12:47:36.575294270 -0400
@@ -51,8 +51,6 @@ setuptools.setup(
"justbytes>=0.14",
"psutil",
"python-dateutil",
- "semantic_version",
- "wcwidth",
],
package_dir={"": "src"},
packages=setuptools.find_packages("src"),

View File

@ -1,11 +1,12 @@
Name: stratis-cli
Version: 2.4.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Command-line tool for interacting with the Stratis daemon
License: ASL 2.0
URL: https://github.com/stratis-storage/stratis-cli
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Patch0: remove-semantic_version-and-wcwidth-deps.patch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
@ -61,6 +62,10 @@ a2x -f manpage docs/stratis.txt
%{python3_sitelib}/stratis_cli-*.egg-info/
%changelog
* Mon Jun 28 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.2-3
- Remove semantic_version and wcwidth dependencies from setup.py
- Resolves: rhbz#1976731
* Thu Jun 17 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.2-2
- Remove unnecessary keyutils Requires line
- Resolves: rhbz#1914316