Skip to content

Commit

Permalink
fully disable pythongen
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebach committed Oct 2, 2020
1 parent 85d7224 commit 0e7890c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/pythongen/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
return ()
remove_tool (pythongen "Deprecated and will be removed soon")

find_package (Python2Interp 2.7 QUIET)

Expand Down
3 changes: 3 additions & 0 deletions tests/shell/external/pythongen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ echo
echo ELEKTRA CHECK PYTHONGEN
echo

echo "Deprecated and will be removed soon"
exit

if pkg-config elektra; then
echo "Installed Elektra will be used"
else
Expand Down

0 comments on commit 0e7890c

Please sign in to comment.