diff --git a/python-platformio.changes b/python-platformio.changes index 320e099..6e418a1 100644 --- a/python-platformio.changes +++ b/python-platformio.changes @@ -2,8 +2,7 @@ Thu Nov 10 12:07:39 UTC 2022 - Matej Cepl - Switch to wheel build/install, move scripts/ directory to the - packages's namespace (see - https://community.platformio.org/t/installs-scripts-directory-to-the-global-namespace/30396). + packages's namespace (see gh#platformio/platformio-core#4458). - Add python-platformio.rpmlintrc to avoid false positives. ------------------------------------------------------------------- diff --git a/python-platformio.spec b/python-platformio.spec index b317568..43a3532 100644 --- a/python-platformio.spec +++ b/python-platformio.spec @@ -66,7 +66,7 @@ who write applications for embedded products. %install %pyproject_install -# mv because of https://community.platformio.org/t/installs-scripts-directory-to-the-global-namespace/30396 +# mv because of gh#platformio/platformio-core#4458 %{python_expand mv %{buildroot}%{$python_sitelib}/scripts %{buildroot}%{$python_sitelib}/platformio %fdupes %{buildroot}%{$python_sitelib} }