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)
)
|