File: dont_install_data.patch

package info (click to toggle)
python-pygraphviz 1.4~rc1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 684 kB
  • ctags: 981
  • sloc: ansic: 5,061; python: 2,628; makefile: 156
file content (22 lines) | stat: -rw-r--r-- 676 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
22
From dc1fb232af3bbb571ffc41719d1beb56f1e3d8e8 Mon Sep 17 00:00:00 2001
From: SVN-Git Migration <python-modules-team@lists.alioth.debian.org>
Date: Thu, 8 Oct 2015 12:46:32 -0700
Subject: dont_install_data

Patch-Name: dont_install_data.patch
---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index f8ad467..3d34966 100644
--- a/setup.py
+++ b/setup.py
@@ -81,7 +81,6 @@ if __name__ == "__main__":
         download_url=release.download_url,
         classifiers=release.classifiers,
         packages=packages,
-        data_files=data,
         ext_modules=extension,
         cmdclass={
             'install': AddExtensionInstallCommand,