stratis-cli/remove-semantic_version-and-wcwidth-deps.patch
Bryan Gurney d384e54762 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>
2021-06-28 13:31:06 -04:00

12 lines
348 B
Diff

--- 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"),