Tim Ansell pisze: > On Fri, 2007-08-17 at 23:17 +0200, Krzysztof Sobolewski wrote: >> One more patch to Build-Depends: for libtpclient-py >> It adds python-tp-netlib package, because setup.py requires it. I'm not sure >> it's necessary (haven't tried without it), but I assume it's there for a >> reason :) >> -KS > > I'm not quite sure how to deal with this problem. Normally when you are > running setup.py you are trying to install the program so it checks for > dependencies. > > You don't need libtpproto-py to package libtpclient-py however. Maybe an > "--ignore-deps" option would work? > > Mithro
Or try the attached patch :) -KS ---------------------------------------------------------------------- Zmien konto na takie o nieograniczonej pojemnosci. Za darmo w INTERIA.PL >>>http://link.interia.pl/f1b0a
From a9750effd323f7a96fe0c66968f41d94c3103023 Mon Sep 17 00:00:00 2001
From: Krzysztof Sobolewski <[EMAIL PROTECTED]>
Date: Sat, 18 Aug 2007 19:36:59 +0200
Subject: [PATCH] Don't require libtpproto-py in libtpclient-py/setup.py
---
setup.py | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/setup.py b/setup.py
index 831a7be..e65b30e 100755
--- a/setup.py
+++ b/setup.py
@@ -1,8 +1,5 @@
#!/usr/bin/env python
-import pkg_resources
-pkg_resources.require('libtpproto-py')
-
from tp.client import __version__
version = "%s.%s.%s" % __version__[0:3]
--
1.5.2.4
signature.asc
Description: OpenPGP digital signature
_______________________________________________ tp-devel mailing list [email protected] http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel
