diff options
Diffstat (limited to 'devel/drpython/files/patch-setup.py')
-rw-r--r-- | devel/drpython/files/patch-setup.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/drpython/files/patch-setup.py b/devel/drpython/files/patch-setup.py deleted file mode 100644 index 3a8be6dca12e..000000000000 --- a/devel/drpython/files/patch-setup.py +++ /dev/null @@ -1,10 +0,0 @@ ---- setup.py.orig 2008-02-25 16:48:04.000000000 +0900 -+++ setup.py 2008-06-13 02:15:11.000000000 +0900 -@@ -93,6 +93,5 @@ - license = 'GPL', - packages=[ MY_NAME ], - package_dir={ MY_NAME : '.' }, -- package_data={ MY_NAME : DATA }, -- scripts=['postinst.py'], -+ package_data={ MY_NAME : DATA } - ) |