1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/devel/dulwich/files/patch-setup.py
Jan Beich bb35c9481c - Update to 0.10.1a
PR:		199162
Submitted by:	Marco Bröder (maintainer)
MFH:		2015Q2
Security:	https://vuxml.freebsd.org/freebsd/e426eda9-dae1-11e4-8107-94de806b0af9.html
2015-04-17 22:47:41 +00:00

12 lines
527 B
Python

--- setup.py.orig 2015-03-25 01:54:01 UTC
+++ setup.py
@@ -75,7 +75,7 @@ setup(name='dulwich',
The project is named after the part of London that Mr. and Mrs. Git live in
in the particular Monty Python sketch.
""",
- packages=['dulwich', 'dulwich.tests', 'dulwich.tests.compat', 'dulwich.contrib'],
+ packages=['dulwich', 'dulwich.contrib'],
package_data={'': ['../docs/tutorial/*.txt']},
scripts=['bin/dulwich', 'bin/dul-receive-pack', 'bin/dul-upload-pack'],
classifiers=[