From: Cyril Roelandt <tipecaml@gmail.com>
To: guix-devel@gnu.org
Subject: Re: Circular dependencies in python modules
Date: Thu, 22 Jan 2015 22:15:44 +0100 [thread overview]
Message-ID: <54C16880.1010303@gmail.com> (raw)
In-Reply-To: <20150122193757.GA19075@debian.math.u-bordeaux1.fr>
On 01/22/2015 08:37 PM, Andreas Enge wrote:
> On Thu, Jan 22, 2015 at 09:50:35AM +0100, Federico Beffa wrote:
>> It appears that SPARQLWrapper is not really needed and you can disable
>> dependency guessing with '--no-guessing-deps'. See
>> https://sources.debian.net/src/rdflib/4.1.2-3/debian/rules/
>
> Thanks for the suggestion! This seems to be some debian specific macro in
> their package recipes; I tried it as a configure flag, and setup.py chokes
> on it.
>
> However, there are these lines in setup.py:
> kwargs['install_requires'] = [
> 'isodate',
> 'pyparsing', 'SPARQLWrapper']
> explicitly in the "else" branch of
> if sys.version_info[0] >= 3:
> So this would explain why there was no problem with python-3.
>
In Python 3, it is not in "install_requires", but it is in "requires":
https://github.com/RDFLib/rdflib/blob/master/setup.py#L43
Not sure exactly what the difference is, though.
Cyril.
next prev parent reply other threads:[~2015-01-22 21:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-22 8:50 Circular dependencies in python modules Federico Beffa
2015-01-22 19:37 ` Andreas Enge
2015-01-22 21:15 ` Cyril Roelandt [this message]
2015-01-23 21:32 ` Andreas Enge
-- strict thread matches above, loose matches on Subject: below --
2015-01-20 22:08 Andreas Enge
2015-01-21 22:24 ` Andreas Enge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54C16880.1010303@gmail.com \
--to=tipecaml@gmail.com \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).