diff --git a/python-kasa.spec b/python-kasa.spec index f4fb6fd..37ebad7 100644 --- a/python-kasa.spec +++ b/python-kasa.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 %define skip_python36 1 Name: python-kasa @@ -58,6 +57,8 @@ Use 'kasa' binary. %prep %setup -q +find . -name \*.py -o -name \*.json -exec chmod -x '{}' \; + %build %pyproject_wheel