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.