File: deprecate-dataset.patch

package info (click to toggle)
python-pbcore 1.2.11%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 18,612 kB
  • ctags: 5,336
  • sloc: python: 22,160; xml: 2,667; makefile: 239
file content (14 lines) | stat: -rw-r--r-- 533 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: pbdataset was moved to another package
Author: Afif Elghraoui <afif@debian.org>
Forwarded: not-needed
Last-Update: 2016-04-11
--- python-pbcore.orig/setup.py
+++ python-pbcore/setup.py
@@ -51,7 +51,6 @@
     zip_safe = False,
     test_suite = 'nose.collector',
     entry_points = { "console_scripts" : [ ".open = pbcore.io.opener:entryPoint" ] },
-    scripts=['bin/dataset.py'],
     install_requires=_get_local_requirements(_REQUIREMENTS_FILE),
     tests_require=_get_local_requirements(_REQUIREMENTS_TEST_FILE)
 )