From f628643845c463b16a08715e0d5097de16db8071 Mon Sep 17 00:00:00 2001 From: Mark Lamourine Date: Sun, 13 Nov 2022 15:27:12 -0500 Subject: [PATCH] update build number and added RPM requirements --- powerusb.spec | 9 ++++++--- setup.py | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/powerusb.spec b/powerusb.spec index 44ff0c9..8c82f4e 100644 --- a/powerusb.spec +++ b/powerusb.spec @@ -1,7 +1,7 @@ Summary: Control PowerUSB power strips Name: python-powerusb Version: 2.0 -Release: 1 +Release: 2 Source0: %{name}-%{version}.tar.gz License: Apache License 2.0 Group: Development/Libraries @@ -11,8 +11,11 @@ BuildArch: noarch Vendor: Mark Lamourine Url: http://github.com/markllama/powerusb Requires: python3 -Requires: python3-lxml -Requires: python3-hidapi +Requires: pythoni3-lxml +Requires: libusb +Requires: libhid +Requires: hidapi +Requires: hidapi-devel %description diff --git a/setup.py b/setup.py index 13f1a02..6aebce5 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from distutils.core import setup setup(name="powerusb", - version="2.0", + version="2.0.2", description="Control PowerUSB power strips", long_description=""" Library and CLI tools to Control PowerUSB power strips.