Skip to content

Commit

Permalink
WIP: unbundle the find-unicode-control script
Browse files Browse the repository at this point in the history
Related: csutils#91
  • Loading branch information
kdudka committed Feb 2, 2023
1 parent 16818ee commit 884c5ad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 230 deletions.
1 change: 0 additions & 1 deletion make-srpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ This package contains the unicontrol plug-in for csmock.
%{python3_sitelib}/csmock/plugins/__pycache__/valgrind.*
%files -n csmock-plugin-unicontrol
%{_datadir}/csmock/scripts/find-unicode-control.py*
%{python3_sitelib}/csmock/plugins/unicontrol.py*
%{python3_sitelib}/csmock/plugins/__pycache__/unicontrol.*
EOF
Expand Down
1 change: 0 additions & 1 deletion scripts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ if(ENABLE_CSMOCK)
install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/enable-keep-going.sh
${CMAKE_CURRENT_SOURCE_DIR}/filter-infer.py
${CMAKE_CURRENT_SOURCE_DIR}/find-unicode-control.py
${CMAKE_CURRENT_SOURCE_DIR}/install-infer.sh
${CMAKE_CURRENT_SOURCE_DIR}/patch-rawbuild.sh
${CMAKE_CURRENT_SOURCE_DIR}/run-bandit.sh
Expand Down
228 changes: 0 additions & 228 deletions scripts/find-unicode-control.py

This file was deleted.

0 comments on commit 884c5ad

Please sign in to comment.