File: dont_install_data.patch

package info (click to toggle)
python-pygraphviz 1.3~rc2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 612 kB
  • ctags: 972
  • sloc: ansic: 4,964; python: 2,458; makefile: 125
file content (10 lines) | stat: -rw-r--r-- 291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/setup.py
+++ b/setup.py
@@ -147,7 +147,6 @@ if __name__ == "__main__":
         download_url=release.download_url,
         classifiers=release.classifiers,
         packages=packages,
-        data_files=data,
         ext_modules=extension,
         package_data=package_data
     )