File: 0003-Do-not-install-ctest-to.patch

package info (click to toggle)
cmake-format 0.6.13-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,436 kB
  • sloc: python: 16,990; makefile: 14
file content (21 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Ian Campbell <ijc@debian.org>
Date: Fri, 1 May 2020 13:12:59 +0800
Subject: Do not install ctest-to

Forwarded: not-needed
---
 cmakelang/pypi/setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cmakelang/pypi/setup.py b/cmakelang/pypi/setup.py
index 6a2d4fd..d6f1ff2 100644
--- a/cmakelang/pypi/setup.py
+++ b/cmakelang/pypi/setup.py
@@ -55,7 +55,6 @@ setup(
             "cmake-format=cmakelang.format.__main__:main",
             "cmake-lint=cmakelang.lint.__main__:main",
             "cmake-genparsers=cmakelang.genparsers:main",
-            "ctest-to=cmakelang.ctest_to:main"
         ],
     },
     extras_require={