File: 02_disable-cython-headers.patch

package info (click to toggle)
python-sfml 2.2~git20150611.196c88%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,816 kB
  • ctags: 1,605
  • sloc: python: 1,125; cpp: 309; makefile: 118
file content (14 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Do not distribute Cython and C headers
Author: James Cowgill <james410@cowgill.org.uk>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/setup.py
+++ b/setup.py
@@ -168,7 +168,6 @@ kwargs = dict(
             ext_modules=ext_modules,
             package_dir={'': 'src'},
             packages=['sfml'],
-            data_files=files,
             version='2.2.0',
             description='Python bindings for SFML',
             long_description=long_description,