Skip to content
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Commit 039c1d5

Browse files
committed
Applied patch kindly provided by neurogeek, see #2
1 parent 1031082 commit 039c1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def get_data_files(self):
7676
url = "http://gitorious.org/git-python/async",
7777
packages = ('async', 'async.mod', 'async.test', 'async.test.mod'),
7878
package_dir = {'async':'async'},
79-
ext_modules=[Extension('async.mod.zlib', ['async/mod/zlibmodule.c'])],
79+
ext_modules=[Extension('async.mod.zlib', ['async/mod/zlibmodule.c'], libraries=['z'])],
8080
license = "BSD License",
8181
zip_safe=False,
8282
long_description = """Async is a framework to process interdependent tasks in a pool of workers"""

0 commit comments

Comments
 (0)