File: autopkgtest_nobuild

package info (click to toggle)
pocketsphinx-python 1%3A0.1.15-7
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 324 kB
  • sloc: python: 554; sh: 15; makefile: 11
file content (19 lines) | stat: -rw-r--r-- 595 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
 setup.py |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

--- a/setup.py
+++ b/setup.py
@@ -286,9 +285,9 @@ setup(
     maintainer_email='dmitry@prazdnichnov.name',
     url='https://github.com/bambocher/pocketsphinx-python',
     download_url='https://pypi.org/project/pocketsphinx/#files',
-    packages=[ 'pocketsphinx'],
-    ext_modules=ext_modules,
-    cmdclass=cmdclass,
+    packages=[ ],
+    #ext_modules=ext_modules,
+    #cmdclass=cmdclass,
     classifiers=[
         'Development Status :: 2 - Pre-Alpha',
         'Operating System :: Microsoft :: Windows',