Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Commit039c1d5

Browse files
committed
Applied patch kindly provided by neurogeek, see#2
1 parent1031082 commit039c1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎setup.py

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp